[libc++][NFC] Consistently reindent test cases for stringbuf
This commit is contained in:
@@ -38,9 +38,10 @@ struct testbuf
|
||||
|
||||
int main(int, char**)
|
||||
{
|
||||
{ // sanity check
|
||||
testbuf<char> tb("");
|
||||
tb.overflow();
|
||||
// sanity check
|
||||
{
|
||||
testbuf<char> tb("");
|
||||
tb.overflow();
|
||||
}
|
||||
{
|
||||
testbuf<char> sb("abc");
|
||||
|
||||
@@ -36,9 +36,10 @@ struct testbuf
|
||||
|
||||
int main(int, char**)
|
||||
{
|
||||
{ // sanity check
|
||||
testbuf<char> tb("");
|
||||
tb.pbackfail();
|
||||
// sanity check
|
||||
{
|
||||
testbuf<char> tb("");
|
||||
tb.pbackfail();
|
||||
}
|
||||
{
|
||||
testbuf<char> sb("123", std::ios_base::in);
|
||||
|
||||
Reference in New Issue
Block a user