/in/foo.cc: In member function 'void Time::Minus()':
/in/foo.cc:38:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i1=1;i1<m;i1++)
^~~
/in/foo.cc:40:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
j1=j1+d;
^~
/in/foo.cc:49:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i2=1;i2<m1;i2++)
^~~
/in/foo.cc:51:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
j2=j2+d1;
^~