Remove an 80-char line violation.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1691 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/bin/kernel.py b/client/bin/kernel.py
index e79755e..b58914a 100755
--- a/client/bin/kernel.py
+++ b/client/bin/kernel.py
@@ -172,7 +172,8 @@
             dest = os.path.join(self.src_dir, os.path.basename(patch))
             # FIXME: this isn't unique. Append something to it
             # like wget does if it's not there?
-            print "get_file %s %s %s %s" % (patch, dest, self.src_dir, os.path.basename(patch))
+            print "get_file %s %s %s %s" % (patch, dest, self.src_dir,
+                                            os.path.basename(patch))
             utils.get_file(patch, dest)
             # probably safer to use the command, not python library
             md5sum = utils.system_output('md5sum ' + dest).split()[0]