Fixing whitespace problems

llvm-svn: 111761
This commit is contained in:
Howard Hinnant 2010-08-22 00:39:25 +00:00
parent b5a4c50a03
commit 3bad6b61e5
78 changed files with 297 additions and 299 deletions

View File

@ -17,7 +17,6 @@
#include <locale>
#include <cassert>
int main()
{
std::locale l = std::locale::classic();

View File

@ -17,7 +17,6 @@
#include <string>
#include <cassert>
int main()
{
std::locale l = std::locale::classic();

View File

@ -52,4 +52,4 @@ operator!=(const input_iterator<T>& x, const input_iterator<U>& y)
return !(x == y);
}
#endif
#endif // ITERATORS_H

View File

@ -30,4 +30,4 @@ public:
{output_iterator tmp(*this); ++(*this); return tmp;}
};
#endif
#endif // ITERATORS_H

View File

@ -30,4 +30,4 @@ public:
{output_iterator tmp(*this); ++(*this); return tmp;}
};
#endif
#endif // ITERATORS_H

View File

@ -248,4 +248,4 @@ operator-(const random_access_iterator<T>& x, const random_access_iterator<U>& y
return x.base() - y.base();
}
#endif
#endif // ITERATORS_H

View File

@ -52,4 +52,4 @@ operator!=(const input_iterator<T>& x, const input_iterator<U>& y)
return !(x == y);
}
#endif
#endif // ITERATORS_H

View File

@ -52,4 +52,4 @@ operator!=(const input_iterator<T>& x, const input_iterator<U>& y)
return !(x == y);
}
#endif
#endif // ITERATORS_H

View File

@ -30,4 +30,4 @@ public:
{output_iterator tmp(*this); ++(*this); return tmp;}
};
#endif
#endif // ITERATORS_H

View File

@ -30,4 +30,4 @@ public:
{output_iterator tmp(*this); ++(*this); return tmp;}
};
#endif
#endif // ITERATORS_H