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 /include/cppunit/portability | |
| parent | 88d9a32ab5091a940360f1338a641f4f09e453f9 (diff) | |
| download | cppunit-af1070ecd04e521a6b5510716c00509980cde26c.tar.gz | |
Added newline at end of file (needed for some compilers to work)
Diffstat (limited to 'include/cppunit/portability')
| -rw-r--r-- | include/cppunit/portability/CppUnitDeque.h | 3 | ||||
| -rw-r--r-- | include/cppunit/portability/CppUnitMap.h | 3 | ||||
| -rw-r--r-- | include/cppunit/portability/CppUnitSet.h | 3 | ||||
| -rw-r--r-- | include/cppunit/portability/CppUnitVector.h | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/include/cppunit/portability/CppUnitDeque.h b/include/cppunit/portability/CppUnitDeque.h index fac09d6..bbab21f 100644 --- a/include/cppunit/portability/CppUnitDeque.h +++ b/include/cppunit/portability/CppUnitDeque.h @@ -21,4 +21,5 @@ public: #endif -#endif // CPPUNIT_PORTABILITY_CPPUNITDEQUE_H
\ No newline at end of file +#endif // CPPUNIT_PORTABILITY_CPPUNITDEQUE_H + diff --git a/include/cppunit/portability/CppUnitMap.h b/include/cppunit/portability/CppUnitMap.h index 3073e6f..0cdc723 100644 --- a/include/cppunit/portability/CppUnitMap.h +++ b/include/cppunit/portability/CppUnitMap.h @@ -25,4 +25,5 @@ public: #endif -#endif // CPPUNIT_PORTABILITY_CPPUNITMAP_H
\ No newline at end of file +#endif // CPPUNIT_PORTABILITY_CPPUNITMAP_H + diff --git a/include/cppunit/portability/CppUnitSet.h b/include/cppunit/portability/CppUnitSet.h index a6c0a8f..18b8662 100644 --- a/include/cppunit/portability/CppUnitSet.h +++ b/include/cppunit/portability/CppUnitSet.h @@ -24,4 +24,5 @@ public: #endif -#endif // CPPUNIT_PORTABILITY_CPPUNITSET_H
\ No newline at end of file +#endif // CPPUNIT_PORTABILITY_CPPUNITSET_H + diff --git a/include/cppunit/portability/CppUnitVector.h b/include/cppunit/portability/CppUnitVector.h index 83525d3..6666a63 100644 --- a/include/cppunit/portability/CppUnitVector.h +++ b/include/cppunit/portability/CppUnitVector.h @@ -21,4 +21,5 @@ public: #endif -#endif // CPPUNIT_PORTABILITY_CPPUNITVECTOR_H
\ No newline at end of file +#endif // CPPUNIT_PORTABILITY_CPPUNITVECTOR_H + |
