/in/foo.cc: In function 'int main()':
/in/foo.cc:79:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(PX>PI)PX-=TAU;if(QX>PI)QX-=TAU;
^~
/in/foo.cc:79:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(PX>PI)PX-=TAU;if(QX>PI)QX-=TAU;
^~
/in/foo.cc:87:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(TL<0.0)TL+=TAU;if(TL>TAU)TL-=TAU;
^~
/in/foo.cc:87: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:96:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(TL<0.0)TL+=TAU;if(TL>TAU)TL-=TAU;
^~
/in/foo.cc:96: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;
^~