summaryrefslogtreecommitdiff
path: root/examples/cpp_enum_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cpp_enum_parser.py')
-rw-r--r--examples/cpp_enum_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cpp_enum_parser.py b/examples/cpp_enum_parser.py
index cd8f525..ca2c04b 100644
--- a/examples/cpp_enum_parser.py
+++ b/examples/cpp_enum_parser.py
@@ -3,7 +3,7 @@
#
# Posted by Mark Tolonen on comp.lang.python in August, 2009,
# Used with permission.
-#
+#
# Parser that scans through C or C++ code for enum definitions, and
# generates corresponding Python constant definitions.
#