From 3e310a1ab139130d2e759a16f69ca18d60a8e6f6 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Wed, 25 Aug 2010 04:04:14 +0200 Subject: Add missing newline ... which simplifies merging --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index 33a67bc..8d985e6 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -38,4 +38,4 @@ check: $(progs) ./speed clean: - rm -f *.o *~ $(progs) \ No newline at end of file + rm -f *.o *~ $(progs) -- cgit