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

@@ -787,7 +787,7 @@ namespace cppcanvas
sal_Unicode *chars = (sal_Unicode *) alloca( sizeof( sal_Unicode ) * length );
for( sal_uInt32 i = 0; i < length; i++ )
s >> chars[ i ];
s >> chars[ i ];
family = ::rtl::OUString( chars, length );
EMFP_DEBUG (printf ("EMF+\tfamily: %s\n", rtl::OUStringToOString( family, RTL_TEXTENCODING_UTF8).getStr()));