From 9b048d3da573ec8dc2e4aa07154bc8cd9f75cef3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 7 Oct 2006 17:43:37 +0000 Subject: [PATCH] Improve variable declaration order. --- lib/diffseq.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/diffseq.h b/lib/diffseq.h index e9e4ad5a79..0c7e1dd849 100644 --- a/lib/diffseq.h +++ b/lib/diffseq.h @@ -332,13 +332,13 @@ diag (OFFSET xoff, OFFSET xlim, OFFSET yoff, OFFSET ylim, bool find_minimal, } #endif /* USE_HEURISTIC */ - /* Heuristic: if we've gone well beyond the call of duty, - give up and report halfway between our best results so far. */ + /* Heuristic: if we've gone well beyond the call of duty, give up + and report halfway between our best results so far. */ if (c >= ctxt->too_expensive) { OFFSET fxybest; - OFFSET bxybest; OFFSET fxbest IF_LINT (= 0); + OFFSET bxybest; OFFSET bxbest IF_LINT (= 0); /* Find forward diagonal that maximizes X + Y. */ -- 2.39.5