/in/foo.cc: In function 'int main()':
/in/foo.cc:101:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(mid)sum=mid;l=mid+1;
^~
/in/foo.cc:101:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(mid)sum=mid;l=mid+1;
^
/in/foo.cc:117:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(mid)sum=mid;l=mid+1;
^~
/in/foo.cc:117:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(mid)sum=mid;l=mid+1;
^