/in/foo.cc: In function 'int main()':
/in/foo.cc:15:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
15 | if (dl[j]>dl[i]);
| ^~
/in/foo.cc:16:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
16 | {
| ^
/in/foo.cc:14:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
14 | for (int j=1;j<=i;j++)
| ^~~
/in/foo.cc:16:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
16 | {
| ^