changeset 2362:3c5c44971ce1

Remove annoying blank lines
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 29 Mar 2012 21:04:23 +0200
parents 6bff7eaa7fd0
children 8765dd817dca
files src/qjson.mk src/qwtplot3d.mk
diffstat 2 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/qjson.mk	Thu Mar 29 16:00:18 2012 +0200
+++ b/src/qjson.mk	Thu Mar 29 21:04:23 2012 +0200
@@ -25,4 +25,3 @@
 
     $(MAKE) -C '$(1)/build' -j '$(JOBS)' install
 endef
-
--- a/src/qwtplot3d.mk	Thu Mar 29 16:00:18 2012 +0200
+++ b/src/qwtplot3d.mk	Thu Mar 29 21:04:23 2012 +0200
@@ -15,7 +15,6 @@
     head -1
 endef
 
-
 define $(PKG)_BUILD
     cd '$(1)' && '$(PREFIX)/bin/$(TARGET)-qmake'
     $(MAKE) -C '$(1)' -j '$(JOBS)'
@@ -25,4 +24,3 @@
     $(INSTALL) -d '$(PREFIX)/$(TARGET)/include/qwtplot3d'
     $(INSTALL) -m644 '$(1)/include'/*.h  '$(PREFIX)/$(TARGET)/include/qwtplot3d/'
 endef
-