mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 16:22:53 +00:00
Remove extraneous newline. No bug, r+sr=jst
This commit is contained in:
parent
0756408592
commit
dc64cabd5f
@ -1032,7 +1032,7 @@ nsWindowWatcher::RemoveWindow(nsIDOMWindow *aWindow)
|
||||
RemoveWindow(info);
|
||||
return NS_OK;
|
||||
}
|
||||
NS_WARNING("requested removal of nonexistent window\n");
|
||||
NS_WARNING("requested removal of nonexistent window");
|
||||
return NS_ERROR_INVALID_ARG;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user