From: Antonio Ospite <ospite@studenti.unina.it>
Date: Fri, 6 Dec 2013 16:45:36 +0000 (+0100)
Subject: Makefile: remove a trailing space
X-Git-Tag: v0.3~1
X-Git-Url: https://git.ao2.it/kinect-audio-setup.git/commitdiff_plain/f28842773343e72a935d0fbbbe08779e5b9a99ba?ds=inline

Makefile: remove a trailing space
---

diff --git a/Makefile b/Makefile
index fc1dc73..b3b755d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ install:
 	install -d $(DESTDIR)/lib/udev/rules.d
 	install -m 644 contrib/55-kinect_audio.rules.in $(DESTDIR)/lib/udev/rules.d/55-kinect_audio.rules
 
-clean: 
+clean:
 	$(MAKE) -C kinect_upload_fw clean
 
 changelog: