Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 20089)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 20090)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004-2008  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.91 2008-10-11 01:24:21 jhoblitt Exp $
+# $Id: Server.pm,v 1.92 2008-10-13 20:09:38 jhoblitt Exp $
 
 package Nebulous::Server;
@@ -31,5 +31,6 @@
 use constant NFS_RETRIES    => 100;
 
-sub new {
+sub new
+{
     my $class = shift;
 
@@ -58,5 +59,7 @@
 }
 
-sub db {
+
+sub db
+{
     my $self = shift;
 
@@ -235,4 +238,5 @@
 }
 
+
 sub rename_object
 {
@@ -419,4 +423,5 @@
 }
 
+
 sub lock_object
 {
@@ -520,4 +525,5 @@
     return 1;
 }
+
 
 sub unlock_object
@@ -1325,4 +1331,5 @@
 }
 
+
 sub _create_empty_instance_file
 {
@@ -1427,4 +1434,5 @@
     return File::Spec->catdir($vol_path, @path);
 }
+
 
 sub _retry
@@ -1472,4 +1480,5 @@
 }
 
+
 1;
 
