foobillard++: fix whitespace lints

This commit is contained in:
Michael Gehring 2017-07-16 14:25:04 +00:00
parent ee7dd0acd1
commit 6da1a6901f

View file

@ -30,5 +30,5 @@ do_install() {
vinstall foobillardplus.desktop 644 usr/share/applications
vinstall foobillardplus.png 644 usr/share/pixmaps
vinstall foobillardplus.xbm 644 usr/share/pixmaps
find ${DESTDIR} -depth -type d -name .svn -exec rm -rf {} \;
find ${DESTDIR} -depth -type d -name .svn -exec rm -rf {} \;
}