/in/foo.c: In function 'FindAscCount1':
/in/foo.c:40:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i=0; i<n-1; i++)
^~~
/in/foo.c:43:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
return m;
^~~~~~
/in/foo.c: In function 'FindAscCount2':
/in/foo.c:49:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i=0; i<n-1; i++)
^~~
/in/foo.c:52:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
return m;
^~~~~~