/in/foo.cc: In function 'int main()':
/in/foo.cc:85:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(TL<0.0)TL+=TAU;if(TL>TAU)TL-=TAU;
^~
/in/foo.cc:85:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(TL<0.0)TL+=TAU;if(TL>TAU)TL-=TAU;
^~
/in/foo.cc:94:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(TL<0.0)TL+=TAU;if(TL>TAU)TL-=TAU;
^~
/in/foo.cc:94:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(TL<0.0)TL+=TAU;if(TL>TAU)TL-=TAU;
^~