OSFromDisk remove superfluous empty line
authorGuido Trotter <ultrotter@google.com>
Fri, 24 Oct 2008 15:23:36 +0000 (15:23 +0000)
committerGuido Trotter <ultrotter@google.com>
Fri, 24 Oct 2008 15:23:36 +0000 (15:23 +0000)
Reviewed-by: iustinp

lib/backend.py

index 87d8019..426b390 100644 (file)
@@ -1186,7 +1186,6 @@ def OSFromDisk(name, base_dir=None):
                      Defaults to a search in all the OS_SEARCH_PATH dirs.
 
   """
-
   if base_dir is None:
     os_dir = utils.FindFile(name, constants.OS_SEARCH_PATH, os.path.isdir)
     if os_dir is None: