Index: trunk/Nebulous/lib/Nebulous/Client.pm
===================================================================
--- trunk/Nebulous/lib/Nebulous/Client.pm	(revision 19715)
+++ trunk/Nebulous/lib/Nebulous/Client.pm	(revision 20093)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004-2008  Joshua Hoblitt
 #
-# $Id: Client.pm,v 1.60 2008-09-24 00:36:56 jhoblitt Exp $
+# $Id: Client.pm,v 1.61 2008-10-13 20:54:49 jhoblitt Exp $
 
 package Nebulous::Client;
@@ -30,5 +30,7 @@
 # TODO remove most of the logdies
 
-sub import {
+
+sub import
+{
     my $class = shift;
 
@@ -58,5 +60,7 @@
 }
 
-sub new {
+
+sub new
+{
     my $class = shift;
 
@@ -96,5 +100,7 @@
 }
 
-sub create {
+
+sub create
+{
     my $self = shift;
 
@@ -136,5 +142,7 @@
 }
 
-sub open_create {
+
+sub open_create
+{
     my $self = shift;
 
@@ -182,5 +190,7 @@
 }
 
-sub replicate {
+
+sub replicate
+{
     my $self = shift;
 
@@ -261,5 +271,6 @@
 
 
-sub cull {
+sub cull
+{
     my $self = shift;
 
@@ -323,5 +334,7 @@
 }
 
-sub lock {
+
+sub lock
+{
     my $self = shift;
 
@@ -391,5 +404,7 @@
 }
 
-sub unlock {
+
+sub unlock
+{
     my $self = shift;
 
@@ -579,5 +594,6 @@
 
 
-sub find_objects {
+sub find_objects
+{
     my $self = shift;
 
@@ -616,5 +632,7 @@
 }
 
-sub find_instances {
+
+sub find_instances
+{
     my $self = shift;
 
@@ -658,5 +676,7 @@
 }
 
-sub find {
+
+sub find
+{
     my $self = shift;
 
@@ -698,5 +718,7 @@
 }
 
-sub open {
+
+sub open
+{
     my $self = shift;
 
@@ -772,5 +794,7 @@
 }
 
-sub delete {
+
+sub delete
+{
     my $self = shift;
 
@@ -797,5 +821,7 @@
 }
 
-sub copy {
+
+sub copy
+{
     my $self = shift;
 
@@ -847,5 +873,7 @@
 }
 
-sub move {
+
+sub move
+{
     my $self = shift;
 
@@ -878,5 +906,7 @@
 }
 
-sub delete_instance {
+
+sub delete_instance
+{
     my $self = shift;
 
@@ -923,5 +953,6 @@
 
 
-sub mounts {
+sub mounts
+{
     my $self = shift;
 
@@ -943,5 +974,7 @@
 }
 
-sub stat {
+
+sub stat
+{
     my $self = shift;
 
@@ -974,5 +1007,7 @@
 }
 
-sub err {
+
+sub err
+{
     my $self = shift;
 
@@ -982,5 +1017,7 @@
 }
 
-sub set_err {
+
+sub set_err
+{
     my $self = shift;
 
@@ -995,4 +1032,5 @@
 }
 
+
 1;
 
