foo.cc: In function ‘int main()’:
foo.cc:13:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
13 | if ( b%i==0)
| ^~
foo.cc:15:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
15 | break;
| ^~~~~
foo.cc:17:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
17 | if(isPrime==0)
| ^~
foo.cc:19:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
19 | b/=10;
| ^