diff options
author | David Pursehouse <david.pursehouse@sonymobile.com> | 2014-03-11 14:55:52 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@sonymobile.com> | 2014-03-11 14:55:52 +0900 |
commit | 68425f4da878b5c7c77cc490539eeb83eb46256e (patch) | |
tree | 1e0de684c28e446e7407a35fe2d4b9e4ad569139 | |
parent | 53e902a19b0b80e07ac55966d13c5c84c5b0e8ce (diff) | |
download | git-repo-68425f4da878b5c7c77cc490539eeb83eb46256e.tar.gz |
Fix indentation in project.py
Change-Id: I81c630536eaa54d5a25b9cb339a96c28619815ea
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 != '': |