loplugin: improve indentation

Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
This commit is contained in:
Thomas Arnhold
2013-02-25 17:52:23 +01:00
parent e39c551c61
commit 4f4e4e40f5
85 changed files with 327 additions and 381 deletions

View File

@@ -1839,7 +1839,7 @@ namespace cppcanvas
}
EMFP_DEBUG (printf ("EMF+ passed to canvas mtf renderer, size: %u\n", (unsigned int)pAct->GetDataSize ()));
if (count < limit)
processEMFPlus( pAct, rFactoryParms, rStates.getState(), rCanvas );
processEMFPlus( pAct, rFactoryParms, rStates.getState(), rCanvas );
count ++;
} else if( pAct->GetComment().equalsL(RTL_CONSTASCII_STRINGPARAM("EMF_PLUS_HEADER_INFO")) ) {
EMFP_DEBUG (printf ("EMF+ passed to canvas mtf renderer - header info, size: %u\n", (unsigned int)pAct->GetDataSize ()));