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/ProtectorContext.h | |
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/ProtectorContext.h')
-rw-r--r-- | src/cppunit/ProtectorContext.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 + |