Skip to content

Commit 896770c

Browse files
committed
[libc++][NFC] Fix weird indentation in test
1 parent 3b1314f commit 896770c

File tree

1 file changed

+2
-2
lines changed
  • libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops

1 file changed

+2
-2
lines changed

libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/failed.pass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
// bool failed() const throw();
1414

15+
#include <cassert>
1516
#include <iterator>
1617
#include <sstream>
17-
#include <cassert>
1818

1919
#include "test_macros.h"
2020

@@ -25,7 +25,7 @@ struct my_streambuf : public std::basic_streambuf<Char,Traits> {
2525

2626
my_streambuf() {}
2727
int_type sputc(char_type) { return Traits::eof(); }
28-
};
28+
};
2929

3030
int main(int, char**)
3131
{

0 commit comments

Comments
 (0)