summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-08-15 19:08:18 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-08-15 19:08:18 +0200
commitd7b449a4b2fb7f165ad6c108b5fd07f5142fc34b (patch)
tree4b9cbfa2a4cdb6cfb658db310d9a41c615a38237
parente3f007eb2da59ec74ac9e9c05a4cf3eb2c9bb4f4 (diff)
downloadcppunit-d7b449a4b2fb7f165ad6c108b5fd07f5142fc34b.tar.gz
Fix "No newline at end of file"
-rw-r--r--examples/ClockerPlugIn/ClockerPlugIn.cpp2
-rw-r--r--examples/DumperPlugIn/DumperPlugIn.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/ClockerPlugIn/ClockerPlugIn.cpp b/examples/ClockerPlugIn/ClockerPlugIn.cpp
index 261e060..bfcdbd1 100644
--- a/examples/ClockerPlugIn/ClockerPlugIn.cpp
+++ b/examples/ClockerPlugIn/ClockerPlugIn.cpp
@@ -75,4 +75,4 @@ private:
CPPUNIT_PLUGIN_EXPORTED_FUNCTION_IMPL( ClockerPlugIn );
-CPPUNIT_PLUGIN_IMPLEMENT_MAIN(); \ No newline at end of file
+CPPUNIT_PLUGIN_IMPLEMENT_MAIN();
diff --git a/examples/DumperPlugIn/DumperPlugIn.cpp b/examples/DumperPlugIn/DumperPlugIn.cpp
index 493f648..55ef9f1 100644
--- a/examples/DumperPlugIn/DumperPlugIn.cpp
+++ b/examples/DumperPlugIn/DumperPlugIn.cpp
@@ -62,4 +62,4 @@ private:
CPPUNIT_PLUGIN_EXPORTED_FUNCTION_IMPL( DumperPlugIn );
-CPPUNIT_PLUGIN_IMPLEMENT_MAIN(); \ No newline at end of file
+CPPUNIT_PLUGIN_IMPLEMENT_MAIN();