From 5cd90aeec71b944f4c0b8d99a659bae92a1b1545 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 20 May 2013 16:32:03 +0000 Subject: [PATCH] Add Modelines Info and remove a tab svn path=/trunk/; revision=49439 --- tools/backport-rev | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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: +#