OSL_TRACE: Remove trailing newlines

Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;

- removed trailing whitespaces and (multiple) newlines
This commit is contained in:
Thomas Arnhold
2011-09-20 10:18:12 +02:00
committed by Fridrich Štrba
parent 6058133765
commit be6a8677a6
105 changed files with 625 additions and 625 deletions

View File

@@ -687,7 +687,7 @@ static void writeLine(
}
else
{
OSL_TRACE( "%s\n", pLine );
OSL_TRACE( "%s", pLine );
}
}
}