diff options
author | bernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-08 04:46:42 +0000 |
---|---|---|
committer | bernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-08 04:46:42 +0000 |
commit | bae9b8afd8b485fdaf08c319d7380a748c7eb498 (patch) | |
tree | 2902b23b00a318ceb938c69b9cdf28cbe0cc2e49 /libstdc++-v3/include/bits/stl_pair.h | |
parent | ecfd38027f8ef5a27c0c1f9b6c13386bf48b84c2 (diff) | |
download | gcc-bae9b8afd8b485fdaf08c319d7380a748c7eb498.tar.gz |
Remove trailing whitespace (see ChangeLog for longwinded description).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77479 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/stl_pair.h')
-rw-r--r-- | libstdc++-v3/include/bits/stl_pair.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/stl_pair.h b/libstdc++-v3/include/bits/stl_pair.h index 46eabb311c9..0bbaa24ad6e 100644 --- a/libstdc++-v3/include/bits/stl_pair.h +++ b/libstdc++-v3/include/bits/stl_pair.h @@ -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 */ |