diff options
author | Mike Sinkovsky <msink@permonline.ru> | 2017-01-08 14:42:01 +0500 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-01-11 12:33:27 -0500 |
commit | 77515ee541dbb49301e9526daea53ec7d0ed8bbc (patch) | |
tree | f87aa0ba1f3f4b225686ccbc8faffdf8e5017676 /mesonbuild/scripts/gtkdochelper.py | |
parent | 84902cb93a37e7f6a11b902ba64a11cb26ebcbc0 (diff) | |
download | meson-77515ee541dbb49301e9526daea53ec7d0ed8bbc.zip meson-77515ee541dbb49301e9526daea53ec7d0ed8bbc.tar.gz meson-77515ee541dbb49301e9526daea53ec7d0ed8bbc.tar.bz2 |
style: [E303] too many blank lines (2)
Diffstat (limited to 'mesonbuild/scripts/gtkdochelper.py')
-rw-r--r-- | mesonbuild/scripts/gtkdochelper.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/scripts/gtkdochelper.py b/mesonbuild/scripts/gtkdochelper.py index 6486e28..53ed07f 100644 --- a/mesonbuild/scripts/gtkdochelper.py +++ b/mesonbuild/scripts/gtkdochelper.py @@ -114,7 +114,6 @@ def build_gtkdoc(source_root, build_root, doc_subdir, src_subdirs, gtkdoc_run_check(scanobjs_cmd, abs_out) - # Make docbook files if mode == 'auto': # Guessing is probably a poor idea but these keeps compat |