kinect_upload_fw/Makefile: fix double spacing
authorAntonio Ospite <ospite@studenti.unina.it>
Fri, 6 Dec 2013 16:42:43 +0000 (17:42 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Fri, 6 Dec 2013 16:42:43 +0000 (17:42 +0100)
Remove a double space before an assignment.

kinect_upload_fw/Makefile

index 2cca6fd..15741d3 100644 (file)
@@ -33,7 +33,7 @@ CFLAGS += -fno-common \
   -Wunsafe-loop-optimizations \
   -Wwrite-strings
 
-CFLAGS  += $(shell pkg-config --cflags libusb-1.0)
+CFLAGS += $(shell pkg-config --cflags libusb-1.0)
 LDLIBS += $(shell pkg-config --libs libusb-1.0)
 
 PREFIX ?= /usr/local