From ea570bcb6704629a4a503548865a8dc19c872a39 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 31 Dec 2016 20:12:24 +0100 Subject: style: fix E265 violations E265: block comment should start with '# ' Signed-off-by: Igor Gnatenko --- tools/cmake2meson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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() -- cgit v1.1