cleanup: Fix extraneous whitespace throughout.
[misc] / Makefile
index dcfbc39..f235f0e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ LD = gcc
 CFLAGS = -O2 -g -pedantic -Wall -DVERSION=\"$(VERSION)\"
 LINK = $(LD) $(LDFLAGS) -o $@ $^
 
-INST = 
+INST =
 prefix = /usr/local
 bindir = $(prefix)/bin
 sbindir = $(prefix)/sbin