From b190b5e759a032f37ed1091ff235aace06c574dd Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 13 Apr 2007 22:49:54 +0000 Subject: Fixup whitespace. svn path=/trunk/; revision=21419 --- tools/make-dissector-reg.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/make-dissector-reg.py') 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() -- cgit v1.2.3