/in/foo.cc: In function 'void Check(db, db, db, db, int, int)':
/in/foo.cc:23:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (!uk[t1]) uk[t1]=++CNT; if (t1==St) st=uk[t1];
^~
/in/foo.cc:23:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (!uk[t1]) uk[t1]=++CNT; if (t1==St) st=uk[t1];
^~
/in/foo.cc:24:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (!uk[t2]) uk[t2]=++CNT; if (t2==Ed) ed=uk[t2];
^~
/in/foo.cc:24:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (!uk[t2]) uk[t2]=++CNT; if (t2==Ed) ed=uk[t2];
^~