]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/src/c++11/compatibility-c++0x.cc
Remove trailing whitespace from libstdc++-v3 files
[thirdparty/gcc.git] / libstdc++-v3 / src / c++11 / compatibility-c++0x.cc
index fb5b9524229e8df783cd299a681ff3ad5b2c1d22..5cff53895be937f241de0445371df9042496742b 100644 (file)
@@ -86,7 +86,7 @@ namespace std _GLIBCXX_VISIBILITY(default)
 #ifdef _GLIBCXX_USE_WCHAR_T
   template<>
     struct hash<wstring>
-    { 
+    {
       size_t operator()(wstring) const;
     };