From 86f3cae06d11516a3c22959a7b2b53bbaaa161d5 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Mon, 12 May 2014 10:20:58 +0200 Subject: delete trailing spaces/tabs --- makemib | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makemib') diff --git a/makemib b/makemib index 8d666a8e..97e78754 100755 --- a/makemib +++ b/makemib @@ -37,7 +37,7 @@ # This script needs to be run by "gawk" (GNU awk). "nawk" will work, but # dump will get a recursion error if you process LARGE mibs. While it would # by farily easy to rewrite this not to use recursion (and also easy to -# eliminate use of gsub and functions to use classic "awk"), you have to +# eliminate use of gsub and functions to use classic "awk"), you have to # order the structure declarations in defined-first order for the compiler # not to barf; too bad tsort doesn't take arguments. # @@ -47,7 +47,7 @@ cat << EOF * This file was generated by tcpdump/makemib on `date` * You probably don't want to edit this by hand! * - * struct mib somename = { desc, oid-octet, type, child-pointer, next-pointer + * struct mib somename = { desc, oid-octet, type, child-pointer, next-pointer }; */ @@ -157,7 +157,7 @@ $2$3 == "::={" { } -# +# # End of the road - output the data. # -- cgit v1.2.1