/in/foo.cc: In function 'int main()':
/in/foo.cc:102:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(s[i][j] != '_') ++ r ; if(l > r) continue ;
^~
/in/foo.cc:102:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(s[i][j] != '_') ++ r ; if(l > r) continue ;
^~
/in/foo.cc:134:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(s[i][j] != '_') ++ r ; if(l > r) continue ;
^~
/in/foo.cc:134:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(s[i][j] != '_') ++ r ; if(l > r) continue ;
^~