/in/foo.cc: In member function 'void Splay::print(int)':
/in/foo.cc:117:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(!z) return; if(rc) print(rc);
^~
/in/foo.cc:117:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(!z) return; if(rc) print(rc);
^~
/in/foo.cc:118:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(!z) return; z--; printf(" %s",name[u]);
^~
/in/foo.cc:118:25: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(!z) return; z--; printf(" %s",name[u]);
^
/in/foo.cc:119:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(!z) return; if(lc) print(lc);
^~
/in/foo.cc:119:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(!z) return; if(lc) print(lc);
^~