From 64f4befecee11e9a3ebd92448e29786992873ecb Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Fri, 15 Feb 2019 23:09:48 +0100
Subject: Remove spurious double blank lines

---
 wscript | 2 --
 1 file changed, 2 deletions(-)

diff --git a/wscript b/wscript
index a61f73f..9bb55f3 100644
--- a/wscript
+++ b/wscript
@@ -142,7 +142,6 @@ def build(bld):
             cflags   = ['-DPUGL_INTERNAL'],
             **lib_common)
 
-
     if bld.env['BUILD_TESTS']:
         test_libs   = libs
         test_cflags = ['']
@@ -164,7 +163,6 @@ def build(bld):
                 cflags       = test_cflags,
                 **common)
 
-
     if bld.env['DOCS']:
         bld(features     = 'subst',
             source       = 'Doxyfile.in',
-- 
cgit v1.2.1