Slight style fix.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2010-12-04 09:43:35 -08:00
parent 2014f47046
commit 2d74d9fa92
+3 -1
View File
@@ -17,9 +17,11 @@
var theWindow = [[CPWindow alloc] initWithContentRect:CGRectMakeZero() styleMask:CPBorderlessBridgeWindowMask],
contentView = [theWindow contentView];
function plainFormatter(aString, aLevel, aTitle){
function plainFormatter(aString, aLevel, aTitle)
{
return aString;
}
CPLogRegisterRange(CPLogDefault, "debug", "debug", plainFormatter);
CPLogRegisterRange(CPLogDefault, "warn", "warn", plainFormatter);