aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMike Sinkovsky <msink@permonline.ru>2017-01-08 14:39:11 +0500
committerJussi Pakkanen <jpakkane@gmail.com>2017-01-11 12:33:27 -0500
commit84902cb93a37e7f6a11b902ba64a11cb26ebcbc0 (patch)
treef49ecd55d5cda677f2e17924ec41214fa12e89eb /tools
parentf9344b03a8dbda44b5a1cae429588f44ddf72f2d (diff)
downloadmeson-84902cb93a37e7f6a11b902ba64a11cb26ebcbc0.zip
meson-84902cb93a37e7f6a11b902ba64a11cb26ebcbc0.tar.gz
meson-84902cb93a37e7f6a11b902ba64a11cb26ebcbc0.tar.bz2
style: [E301] expected 1 blank line, found 0
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cmake2meson.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cmake2meson.py b/tools/cmake2meson.py
index 7d6d02a..b108cf5 100755
--- a/tools/cmake2meson.py
+++ b/tools/cmake2meson.py
@@ -136,6 +136,7 @@ class Converter:
ignored_funcs = {'cmake_minimum_required': True,
'enable_testing': True,
'include': True}
+
def __init__(self, cmake_root):
self.cmake_root = cmake_root
self.indent_unit = ' '