]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/util/thread/all.h
Remove trailing whitespace from libstdc++-v3 files
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / util / thread / all.h
index 947f2a5f701b4e7d01715afff6b1353fe6658468..bc6038ceabbf142365aea1cca69d45340743c19c 100644 (file)
@@ -28,7 +28,7 @@
 
 // C++0x only.
 namespace __gnu_test
-{  
+{
   // Assume _Tp::native_handle_type.
   // Check C++ to native_handle_type characteristics: size and alignment.
   template<typename _Tp>
@@ -42,7 +42,7 @@ namespace __gnu_test
       typedef typename std::remove_pointer<native_handle>::type native_type;
 
       int st = sizeof(test_type);
-      int snt = sizeof(native_type);      
+      int snt = sizeof(native_type);
       int at = __alignof__(test_type);
       int ant = __alignof__(native_type);
       if (st != snt || at != ant)