From 2a42092e70e07ac64ffe8d70fe4fc62738b3ac27 Mon Sep 17 00:00:00 2001
From: Graydon Hoare <graydon@mozilla.com>
Date: Tue, 17 Jan 2012 12:51:31 -0800
Subject: [PATCH] Long line, grumble.

---
 src/etc/snapshot.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/etc/snapshot.py b/src/etc/snapshot.py
index 874baccb7b3..ce096e399da 100644
--- a/src/etc/snapshot.py
+++ b/src/etc/snapshot.py
@@ -117,7 +117,8 @@ def local_rev_committer_date():
     return local_rev_info("ci")
 
 def get_url_to_file(u,f):
-    tmpf = f + '.tmp' # no security issue, just to stop partial download leaving a stale file
+    # no security issue, just to stop partial download leaving a stale file
+  tmpf = f + '.tmp'
     try:
         subprocess.check_call(["curl", "-o", tmpf, u])
     except subprocess.CalledProcessError: