whitespace
authorTony Mack <tmack@cs.princeton.edu>
Fri, 12 Jun 2009 02:46:31 +0000 (02:46 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 12 Jun 2009 02:46:31 +0000 (02:46 +0000)
geni/util/hierarchy.py

index d52d5d2..e86d0f3 100644 (file)
@@ -134,7 +134,7 @@ class Hierarchy():
     def auth_exists(self, hrn):
         (directory, gid_filename, privkey_filename, dbinfo_filename) = \
             self.get_auth_filenames(hrn)
-    
+        
         return os.path.exists(gid_filename) and \
                os.path.exists(privkey_filename) and \
                os.path.exists(dbinfo_filename)