Fix formatting.

This commit is contained in:
Graydon Hoare 2012-01-20 16:12:25 -08:00
parent 32c9f7e8cf
commit f49d781dc0

View File

@ -49,6 +49,7 @@ def download_new_file (date, rev, platform, hsh):
raise Exception("bad hash on download")
for ff in newestSet["files"]:
download_new_file (newestSet["date"], newestSet["rev"], ff["platform"], ff["hash"])
download_new_file (newestSet["date"], newestSet["rev"],
ff["platform"], ff["hash"])