From cc1e1a725fe62ca98b0632c9ee6d80a288f5f0ec Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 10 Oct 2012 15:04:30 +0100 Subject: [PATCH] STYLE: minor code formatting --- src/meshTools/meshSearch/meshSearch.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshTools/meshSearch/meshSearch.C b/src/meshTools/meshSearch/meshSearch.C index 9524515531..6ff66755e4 100644 --- a/src/meshTools/meshSearch/meshSearch.C +++ b/src/meshTools/meshSearch/meshSearch.C @@ -799,7 +799,7 @@ Foam::label Foam::meshSearch::findCell } else { - return findCellLinear(location); + return findCellLinear(location); } } else