aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cmake2meson.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cmake2meson.py b/tools/cmake2meson.py
index 28222a5..5cf6dfe 100755
--- a/tools/cmake2meson.py
+++ b/tools/cmake2meson.py
@@ -70,7 +70,7 @@ class Lexer:
elif tid == 'id':
yield(Token('id', match_text))
elif tid == 'eol':
- #yield('eol')
+ # yield('eol')
lineno += 1
col = 1
line_start = mo.end()