summaryrefslogtreecommitdiff
path: root/makemib
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2014-05-12 10:20:58 +0200
committerFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2014-05-12 10:20:58 +0200
commit86f3cae06d11516a3c22959a7b2b53bbaaa161d5 (patch)
tree0288ddf94b0453cc9fb70acd72456ff7eacf32ad /makemib
parentdab41bbd1ec200c11d797c74181cbbf80c5707e2 (diff)
downloadtcpdump-86f3cae06d11516a3c22959a7b2b53bbaaa161d5.tar.gz
delete trailing spaces/tabs
Diffstat (limited to 'makemib')
-rwxr-xr-xmakemib6
1 files changed, 3 insertions, 3 deletions
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.
#