Fixing whitespace problems

llvm-svn: 111756
This commit is contained in:
Howard Hinnant 2010-08-22 00:20:12 +00:00
parent 8f2f7e7c79
commit 5cf4e1f1f0
17 changed files with 35 additions and 36 deletions

View File

@ -27,4 +27,4 @@ public:
int A::count = 0; int A::count = 0;
#endif #endif // A_H

View File

@ -38,4 +38,4 @@ public:
int B::count = 0; int B::count = 0;
#endif #endif // AB_H

View File

@ -9,7 +9,6 @@
// <complex.h> // <complex.h>
#include <complex.h> #include <complex.h>
#ifndef _LIBCPP_VERSION #ifndef _LIBCPP_VERSION

View File

@ -30,4 +30,4 @@ public:
{return x*y;} {return x*y;}
}; };
#endif #endif // TEST_FUNC_H