]> git.proxmox.com Git - zfsonlinux.git/commitdiff
build: whitespace cleanup
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 12 Oct 2017 11:34:57 +0000 (13:34 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 13 Oct 2017 09:32:02 +0000 (11:32 +0200)
Makefile

index 9b0ff118e370cee1def65f5fb926b9bf0dbe2ba4..28e866ef04d8da75823f0330aa347f3da0926d15 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ spl ${SPL_DEBS}: ${SPLSRC}
        cd ${SPLDIR}; ln -s ../spl-patches patches
        cd ${SPLDIR}; quilt push -a
        cd ${SPLDIR}; rm -rf .pc ./patches
-       cd ${SPLDIR}; dpkg-buildpackage -b -uc -us 
+       cd ${SPLDIR}; dpkg-buildpackage -b -uc -us
 
 .PHONY: zfs
 zfs ${ZFS_DEBS} ${ZFS_TRANS_DEBS}: ${ZFSSRC}
@@ -63,7 +63,7 @@ zfs ${ZFS_DEBS} ${ZFS_TRANS_DEBS}: ${ZFSSRC}
        cd ${ZFSDIR}; ln -s ../zfs-patches patches
        cd ${ZFSDIR}; quilt push -a
        cd ${ZFSDIR}; rm -rf .pc ./patches
-       cd ${ZFSDIR}; dpkg-buildpackage -b -uc -us 
+       cd ${ZFSDIR}; dpkg-buildpackage -b -uc -us
 
 .PHONY: clean
 clean: