aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/gnome.py
diff options
context:
space:
mode:
authorMike Sinkovsky <msink@permonline.ru>2017-01-08 14:42:01 +0500
committerJussi Pakkanen <jpakkane@gmail.com>2017-01-11 12:33:27 -0500
commit77515ee541dbb49301e9526daea53ec7d0ed8bbc (patch)
treef87aa0ba1f3f4b225686ccbc8faffdf8e5017676 /mesonbuild/modules/gnome.py
parent84902cb93a37e7f6a11b902ba64a11cb26ebcbc0 (diff)
downloadmeson-77515ee541dbb49301e9526daea53ec7d0ed8bbc.zip
meson-77515ee541dbb49301e9526daea53ec7d0ed8bbc.tar.gz
meson-77515ee541dbb49301e9526daea53ec7d0ed8bbc.tar.bz2
style: [E303] too many blank lines (2)
Diffstat (limited to 'mesonbuild/modules/gnome.py')
-rw-r--r--mesonbuild/modules/gnome.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py
index 47fa68e..89dfa99 100644
--- a/mesonbuild/modules/gnome.py
+++ b/mesonbuild/modules/gnome.py
@@ -255,7 +255,6 @@ can not be used with the current version of glib-compiled-resources, due to
return dep_files, depends, subdirs
-
def _get_link_args(self, state, lib, depends=None, include_rpath=False):
if gir_has_extra_lib_arg():
link_command = ['--extra-library=%s' % lib.name]