summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-03-11 14:55:52 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-03-11 14:55:52 +0900
commit68425f4da878b5c7c77cc490539eeb83eb46256e (patch)
tree1e0de684c28e446e7407a35fe2d4b9e4ad569139 /project.py
parent53e902a19b0b80e07ac55966d13c5c84c5b0e8ce (diff)
downloadgit-repo-68425f4da878b5c7c77cc490539eeb83eb46256e.tar.gz
Fix indentation in project.py
Change-Id: I81c630536eaa54d5a25b9cb339a96c28619815ea
Diffstat (limited to 'project.py')
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index 023cf732..a46da012 100644
--- a/project.py
+++ b/project.py
@@ -1801,7 +1801,7 @@ class Project(object):
1801 # Ensure that some refs exist. Otherwise, we probably aren't looking 1801 # Ensure that some refs exist. Otherwise, we probably aren't looking
1802 # at a real git repository and may have a bad url. 1802 # at a real git repository and may have a bad url.
1803 if not self.bare_ref.all: 1803 if not self.bare_ref.all:
1804 ok = False 1804 ok = False
1805 1805
1806 if alt_dir: 1806 if alt_dir:
1807 if old_packed != '': 1807 if old_packed != '':