Author: carnold
Date: Tue Jan 29 22:20:28 2008
New Revision: 616649

URL: http://svn.apache.org/viewvc?rev=616649&view=rev
Log:
LOGCXX-225: Add newline to end of logunit.h

Modified:
    logging/log4cxx/trunk/src/test/cpp/logunit.h

Modified: logging/log4cxx/trunk/src/test/cpp/logunit.h
URL: 
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/logunit.h?rev=616649&r1=616648&r2=616649&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/logunit.h (original)
+++ logging/log4cxx/trunk/src/test/cpp/logunit.h Tue Jan 29 22:20:28 2008
@@ -216,4 +216,5 @@
 #define LOGUNIT_ASSERT_EQUAL(expected, actual) assertEquals(expected, actual, 
#expected, #actual, __LINE__)
 #define LOGUNIT_FAIL(msg) throw LogUnit::AssertException(msg, __LINE__)
 
-#endif
\ No newline at end of file
+#endif
+


Reply via email to