OSDN Git Service

Remove trailing whitespace (see ChangeLog for longwinded description).
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / include / bits / stl_pair.h
index 46eabb3..0bbaa24 100644 (file)
@@ -145,7 +145,7 @@ namespace std
   inline pair<_T1, _T2>
   make_pair(_T1 __x, _T2 __y)
   { return pair<_T1, _T2>(__x, __y); }
-  
+
 } // namespace std
 
 #endif /* _PAIR_H */