From 05ed7654f8a9ddd5aed89a9bc4bafaf8ffc22086 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 1 May 2019 20:09:05 +0000 Subject: Slight reformatting Change-Id: I0f372656e58338f5292938576f40822061338e70 Reviewed-on: https://gerrit.libreoffice.org/71631 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- connectivity/source/parse/sqlnode.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'connectivity/source/parse/sqlnode.cxx') diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx index 82b8c75b60e7..84bc3492ce90 100644 --- a/connectivity/source/parse/sqlnode.cxx +++ b/connectivity/source/parse/sqlnode.cxx @@ -2073,8 +2073,8 @@ void OSQLParseNode::absorptions(OSQLParseNode*& pSearchCondition) pNewNode = pSearchCondition->removeAt(sal_uInt32(0)); replaceAndReset(pSearchCondition,pNewNode); } - // (a or b) and a || ( b or c ) and a - // a and ( a or b) || a and ( b or c ) + // ( a or b ) and a || ( b or c ) and a + // a and ( a or b ) || a and ( b or c ) else if ( SQL_ISRULE(pSearchCondition,boolean_term) && ( ( SQL_ISRULE(pSearchCondition->getChild(nPos = 0),boolean_primary) -- cgit