remove excess whitespace
diff --git a/test/Makefile.in b/test/Makefile.in
index b6dde0e..1e05758 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -73,7 +73,7 @@ TARGETS = \
testyuv$(EXE) \
torturethread$(EXE) \
-
+
@OPENGL_TARGETS@ += testgl2$(EXE) testshader$(EXE)
@OPENGLES1_TARGETS@ += testgles$(EXE)
@OPENGLES2_TARGETS@ += testgles2$(EXE)
@@ -335,7 +335,6 @@ testmouse$(EXE): $(srcdir)/testmouse.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
-
clean:
rm -f $(TARGETS)