Просмотр исходного кода

Fix indentation in project.py

Change-Id: I81c630536eaa54d5a25b9cb339a96c28619815ea
David Pursehouse 12 лет назад
Родитель
Сommit
68425f4da8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      project.py

+ 1 - 1
project.py

@@ -1801,7 +1801,7 @@ class Project(object):
       # Ensure that some refs exist.  Otherwise, we probably aren't looking
       # at a real git repository and may have a bad url.
       if not self.bare_ref.all:
-          ok = False
+        ok = False
 
       if alt_dir:
         if old_packed != '':