summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2013-12-30 16:04:18 -0700
committerJonathan Corbet <corbet@lwn.net>2013-12-30 16:04:18 -0700
commitc9740ec502ca62ace154523d82a1a6861cafa0e4 (patch)
treeb48cc5281d8e947358e064f91723755dd455ba0e
parent7d2ad2fac50388643bd2904ae0515b65bae20074 (diff)
Formatting tweak and a useful comment
This tool really shouldn't be used at this point; it's mostly there for hysterical interest...
-rwxr-xr-xcommittags2
1 files changed, 1 insertions, 1 deletions
diff --git a/committags b/committags
index 0ddd36f..c3b04ba 100755
--- a/committags
+++ b/committags
@@ -92,7 +92,7 @@ for line in input.readlines():
#
nc += 1
if (nc % 25) == 0:
- print '%6d %s %s\r' % (nc, commit[:8], tag),
+ print '%6d %s %s \r' % (nc, commit[:8], tag),
sys.stdout.flush()
print '\nFound %d/%d commits' % (nc, len(DB.keys()))