[svn] commit: r2018 - /trunk/src/bin/bindctl/cmdparse.py
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 1 18:05:43 UTC 2010
Author: jinmei
Date: Tue Jun 1 18:05:43 2010
New Revision: 2018
Log:
style fix: removed redundant blank lines at the end of file.
trivial, skipping review.
Modified:
trunk/src/bin/bindctl/cmdparse.py
Modified: trunk/src/bin/bindctl/cmdparse.py
==============================================================================
--- trunk/src/bin/bindctl/cmdparse.py (original)
+++ trunk/src/bin/bindctl/cmdparse.py Tue Jun 1 18:05:43 2010
@@ -116,10 +116,3 @@
if not groups.group('blank') and \
not groups.group('comma'):
raise CmdParamFormatError(self.module, self.command)
-
-
-
-
-
-
-
More information about the bind10-changes
mailing list