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:
parent
6046aced82
commit
aa20444a4f
@ -27,4 +27,4 @@ public:
|
||||
|
||||
int A::count = 0;
|
||||
|
||||
#endif
|
||||
#endif // A_H
|
||||
|
@ -38,4 +38,4 @@ public:
|
||||
|
||||
int B::count = 0;
|
||||
|
||||
#endif
|
||||
#endif // AB_H
|
||||
|
@ -9,7 +9,6 @@
|
||||
|
||||
// <complex.h>
|
||||
|
||||
|
||||
#include <complex.h>
|
||||
|
||||
#ifndef _LIBCPP_VERSION
|
||||
|
@ -30,4 +30,4 @@ public:
|
||||
{return x*y;}
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // TEST_FUNC_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user