summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-10-09 17:00:35 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-10-09 17:00:35 +0200
commit6447002182fecbc691c977fe4a4a2f1d8498105e (patch)
tree8aa68e6538011bde116826e692536894b2d554e2
parent713f1f7e3e19babb348e6f2896bbf8eb6e23738e (diff)
downloadpatch-fix-offsets-6447002182fecbc691c977fe4a4a2f1d8498105e.tar.gz
patch-fix-offsets-6447002182fecbc691c977fe4a4a2f1d8498105e.tar.xz
patch-fix-offsets-6447002182fecbc691c977fe4a4a2f1d8498105e.zip
Fix extraneous newlines after hunks
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rwxr-xr-xfix-offsets2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix-offsets b/fix-offsets
index da4ea42..e036a46 100755
--- a/fix-offsets
+++ b/fix-offsets
@@ -130,7 +130,7 @@ def proceed(opts, args):
if delta:
hunk.startsrc += delta
hunk.starttgt += delta
- print str(hunk)
+ print str(hunk),
null.close()