diff options
author | Eric Schendel <esche@sourceforge.net> | 2002-09-16 17:36:52 +0000 |
---|---|---|
committer | Eric Schendel <esche@sourceforge.net> | 2002-09-16 17:36:52 +0000 |
commit | af1070ecd04e521a6b5510716c00509980cde26c (patch) | |
tree | 81aa2f01c5658c6b2e47ede3d9210ea9cd0c8ff5 /src/cppunit | |
parent | 88d9a32ab5091a940360f1338a641f4f09e453f9 (diff) | |
download | cppunit-af1070ecd04e521a6b5510716c00509980cde26c.tar.gz |
Added newline at end of file (needed for some compilers to work)
Diffstat (limited to 'src/cppunit')
-rw-r--r-- | src/cppunit/DefaultProtector.h | 3 | ||||
-rw-r--r-- | src/cppunit/ProtectorChain.h | 3 | ||||
-rw-r--r-- | src/cppunit/ProtectorContext.h | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/src/cppunit/DefaultProtector.h b/src/cppunit/DefaultProtector.h index 1084c20..4a76ea0 100644 --- a/src/cppunit/DefaultProtector.h +++ b/src/cppunit/DefaultProtector.h @@ -23,4 +23,5 @@ public: CPPUNIT_NS_END -#endif // CPPUNIT_DEFAULTPROTECTOR_H
\ No newline at end of file +#endif // CPPUNIT_DEFAULTPROTECTOR_H + diff --git a/src/cppunit/ProtectorChain.h b/src/cppunit/ProtectorChain.h index fc24560..711b56f 100644 --- a/src/cppunit/ProtectorChain.h +++ b/src/cppunit/ProtectorChain.h @@ -47,4 +47,5 @@ CPPUNIT_NS_END #pragma warning( pop ) #endif -#endif // CPPUNIT_PROTECTORCHAIN_H
\ No newline at end of file +#endif // CPPUNIT_PROTECTORCHAIN_H + diff --git a/src/cppunit/ProtectorContext.h b/src/cppunit/ProtectorContext.h index 7b00ab7..c3d496c 100644 --- a/src/cppunit/ProtectorContext.h +++ b/src/cppunit/ProtectorContext.h @@ -34,4 +34,5 @@ public: CPPUNIT_NS_END -#endif // CPPUNIT_PROTECTORCONTEXT_H
\ No newline at end of file +#endif // CPPUNIT_PROTECTORCONTEXT_H + |