aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-dissector-reg.py
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-04-13 22:49:54 +0000
committerGerald Combs <gerald@wireshark.org>2007-04-13 22:49:54 +0000
commitb190b5e759a032f37ed1091ff235aace06c574dd (patch)
tree9dd2258e1bacb4512931af642fb38ff963795b5c /tools/make-dissector-reg.py
parente51e1e75607ceb24d66fb21818b829dc072120f2 (diff)
Fixup whitespace.
svn path=/trunk/; revision=21419
Diffstat (limited to 'tools/make-dissector-reg.py')
-rw-r--r--tools/make-dissector-reg.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/make-dissector-reg.py b/tools/make-dissector-reg.py
index b5f1ab2a61..bc484f9444 100644
--- a/tools/make-dissector-reg.py
+++ b/tools/make-dissector-reg.py
@@ -54,8 +54,8 @@ for file in files:
filenames.append("%s/%s" % (srcdir, file))
if len(filenames) < 1:
- print "No files found"
- sys.exit(1)
+ print "No files found"
+ sys.exit(1)
# Look through all files, applying the regex to each line.
@@ -132,8 +132,8 @@ if cache is not None and cache_filename is not None:
# Make sure we actually processed something
if len(regs['proto_reg']) < 1:
- print "No protocol registrations found"
- sys.exit(1)
+ print "No protocol registrations found"
+ sys.exit(1)
# Sort the lists to make them pretty
regs['proto_reg'].sort()