astyle formatting
This commit is contained in:
parent
b777388fb8
commit
538e4bd798
|
@ -2754,11 +2754,11 @@ private:
|
||||||
" }\n"
|
" }\n"
|
||||||
"}";
|
"}";
|
||||||
const char current[] = "void f ( int x ) {\n"
|
const char current[] = "void f ( int x ) {\n"
|
||||||
"if ( x == 5 ) {\n"
|
"if ( x == 5 ) {\n"
|
||||||
"buf [ x ++ ] = 0 ;\n"
|
"buf [ x ++ ] = 0 ;\n"
|
||||||
"buf [ x -- ] = 0 ;\n"
|
"buf [ x -- ] = 0 ;\n"
|
||||||
"}\n"
|
"}\n"
|
||||||
"}";
|
"}";
|
||||||
// Increment and decrements should be computed
|
// Increment and decrements should be computed
|
||||||
const char expected[] = "void f ( int x ) {\n"
|
const char expected[] = "void f ( int x ) {\n"
|
||||||
"if ( x == 5 ) {\n"
|
"if ( x == 5 ) {\n"
|
||||||
|
|
Loading…
Reference in New Issue