Fixing whitespace problems
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111761 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf6dcc35e1
commit
22a74dcf50
@ -17,7 +17,6 @@
|
||||
#include <locale>
|
||||
#include <cassert>
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
std::locale l = std::locale::classic();
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include <string>
|
||||
#include <cassert>
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
std::locale l = std::locale::classic();
|
||||
|
@ -52,4 +52,4 @@ operator!=(const input_iterator<T>& x, const input_iterator<U>& y)
|
||||
return !(x == y);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // ITERATORS_H
|
||||
|
@ -30,4 +30,4 @@ public:
|
||||
{output_iterator tmp(*this); ++(*this); return tmp;}
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // ITERATORS_H
|
||||
|
@ -30,4 +30,4 @@ public:
|
||||
{output_iterator tmp(*this); ++(*this); return tmp;}
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // ITERATORS_H
|
||||
|
@ -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
|
||||
|
@ -52,4 +52,4 @@ operator!=(const input_iterator<T>& x, const input_iterator<U>& y)
|
||||
return !(x == y);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // ITERATORS_H
|
||||
|
@ -52,4 +52,4 @@ operator!=(const input_iterator<T>& x, const input_iterator<U>& y)
|
||||
return !(x == y);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // ITERATORS_H
|
||||
|
@ -30,4 +30,4 @@ public:
|
||||
{output_iterator tmp(*this); ++(*this); return tmp;}
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // ITERATORS_H
|
||||
|
@ -30,4 +30,4 @@ public:
|
||||
{output_iterator tmp(*this); ++(*this); return tmp;}
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // ITERATORS_H
|
||||
|
Loading…
Reference in New Issue
Block a user