Remove trailing whitespace

This commit is contained in:
j883376
2013-05-06 13:07:41 -04:00
parent 7a93966158
commit ffcff4aea1
548 changed files with 16397 additions and 16398 deletions
+6 -6
View File
@@ -31,7 +31,7 @@
# include "winconfig.h"
#else
# include "config.h"
#endif
#endif
namespace Test
{
@@ -42,15 +42,15 @@ namespace Test
long tv_sec;
long tv_usec;
};
extern int gettimeofday(timeval* tv, void*);
#endif // #ifndef HAVE_GETTIMEOFDAY
#ifndef HAVE_ROUND
extern double round(double d);
#endif
#endif
} // namespace Test
#endif // #ifndef CPPTEST_MISSING_H