Fixing whitespace problems

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111756 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant 2010-08-22 00:20:12 +00:00
parent 6046aced82
commit aa20444a4f
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