aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-05-20 16:32:03 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-05-20 16:32:03 +0000
commit5cd90aeec71b944f4c0b8d99a659bae92a1b1545 (patch)
tree3a6494cf922cd3c8a8a9656fc0d93ec0585b1ad0 /tools
parent694c6c2e3a683e0231ec3daac131dc823b7b66a7 (diff)
Add Modelines Info and remove a tab
svn path=/trunk/; revision=49439
Diffstat (limited to 'tools')
-rwxr-xr-xtools/backport-rev15
1 files changed, 14 insertions, 1 deletions
diff --git a/tools/backport-rev b/tools/backport-rev
index 6626834ffd..07b7b78d16 100755
--- a/tools/backport-rev
+++ b/tools/backport-rev
@@ -38,7 +38,7 @@ function exit_err
if [ -n "$VISUAL" ] ; then
"$VISUAL" $patchfile $logfile
else
- echo "Can't find an editor. You'll have to open $patchfile and $logfile yourself."
+ echo "Can't find an editor. You'll have to open $patchfile and $logfile yourself."
fi
exit 1
}
@@ -115,3 +115,16 @@ echo ""
uniq < $logfile
rm -v $patchfile $logfile
+
+#
+# Editor modelines - http://www.wireshark.org/tools/modelines.html
+#
+# Local variables:
+# c-basic-offset: 4
+# tab-width: 8
+# indent-tabs-mode: nil
+# End:
+#
+# vi: set shiftwidth=4 tabstop=8 expandtab:
+# :indentSize=4:tabSize=8:noTabs=true:
+#