diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-05-07 20:13:38 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-05-07 20:13:38 +0000 |
| commit | 5ed43360c17c34b37e6f40cba39d8ce9e6d76e22 (patch) | |
| tree | 864abfd2fef6a81cfc5e5c78da27b30d26a0ab2f /examples/cppunittest | |
| parent | e574fbb976097a58401ef25033e8c8fb63510ace (diff) | |
| download | cppunit-5ed43360c17c34b37e6f40cba39d8ce9e6d76e22.tar.gz | |
added new lines
Diffstat (limited to 'examples/cppunittest')
| -rw-r--r-- | examples/cppunittest/MockFunctor.h | 2 | ||||
| -rw-r--r-- | examples/cppunittest/MockProtector.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/cppunittest/MockFunctor.h b/examples/cppunittest/MockFunctor.h index ef77980..fcc5a7a 100644 --- a/examples/cppunittest/MockFunctor.h +++ b/examples/cppunittest/MockFunctor.h @@ -87,4 +87,4 @@ private: }; -#endif // MOCKFUNCTOR_H
\ No newline at end of file +#endif // MOCKFUNCTOR_H diff --git a/examples/cppunittest/MockProtector.h b/examples/cppunittest/MockProtector.h index 4851287..54790e9 100644 --- a/examples/cppunittest/MockProtector.h +++ b/examples/cppunittest/MockProtector.h @@ -93,4 +93,4 @@ private: }; -#endif // MOCKPROTECTOR_H
\ No newline at end of file +#endif // MOCKPROTECTOR_H |
