aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-30 21:17:25 +0000
committerlloyd <[email protected]>2008-09-30 21:17:25 +0000
commit7c5f0344f35fcb5cf80cd4e652cbb71b22bd357e (patch)
tree81c99b57699e8072a41698cd6b0aea07d79ed734
parenta2c9be1a6bf801aac4d6d32759d51608f536d14a (diff)
Add trailing newline
-rw-r--r--doc/examples/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/GNUmakefile b/doc/examples/GNUmakefile
index c06f52d6e..0820b4bdb 100644
--- a/doc/examples/GNUmakefile
+++ b/doc/examples/GNUmakefile
@@ -23,4 +23,4 @@ clean:
$(CXX) $(FLAGS) $? $(LIBS) -o $@
eax_test: eax_test.cpp
- $(CXX) $(FLAGS) $? $(LIBS) -lboost_regex -o $@ \ No newline at end of file
+ $(CXX) $(FLAGS) $? $(LIBS) -lboost_regex -o $@