mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-02 21:13:37 +00:00
Slight style fix.
Reviewed by me.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user