repopick: fix indentation derp

Change-Id: I0673779363b1963219a2765399f2e20c9cdd78a8
This commit is contained in:
Simon Shields
2016-09-26 17:52:03 +10:00
parent f29fa7f711
commit 2bdb18f3cd

View File

@@ -224,7 +224,7 @@ if __name__ == '__main__':
if remote.get('name') == project.get('remote'):
revision = remote.get('revision')
if revision is None:
revision = default_revision
revision = default_revision
if not name in project_name_to_data:
project_name_to_data[name] = {}