From 2e3d1946563bb82453a4cc6d59660acd1ad6d200 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Fri, 24 Oct 2008 15:23:36 +0000
Subject: [PATCH] OSFromDisk remove superfluous empty line

Reviewed-by: iustinp
---
 lib/backend.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/backend.py b/lib/backend.py
index 87d801916..426b39014 100644
--- a/lib/backend.py
+++ b/lib/backend.py
@@ -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:
-- 
GitLab