loplugin: improve indentation
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
This commit is contained in:
@@ -814,7 +814,7 @@ OSQLParseNode* OSQLParser::convertNode(sal_Int32 nType,OSQLParseNode*& pLiteral)
|
||||
case DataType::TIME:
|
||||
case DataType::TIMESTAMP:
|
||||
if (m_xFormatter.is())
|
||||
pReturn = buildDate( nType, pReturn);
|
||||
pReturn = buildDate( nType, pReturn);
|
||||
break;
|
||||
default:
|
||||
m_sErrorMessage = m_pContext->getErrorMessage(IParseContext::ERROR_INVALID_COMPARE);
|
||||
|
Reference in New Issue
Block a user