mirror of
https://github.com/SFML/SFML.git
synced 2025-02-23 14:56:02 +08:00
Fix formatting inconsistency
This commit is contained in:
parent
2fc0bfb3f3
commit
f2f072333c
@ -116,7 +116,6 @@ WindowImplCocoa::WindowImplCocoa(WindowHandle handle)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
||||||
sf::err() << "Cannot import this Window Handle because it is neither "
|
sf::err() << "Cannot import this Window Handle because it is neither "
|
||||||
<< "a <NSWindow*> nor <NSView*> object "
|
<< "a <NSWindow*> nor <NSView*> object "
|
||||||
<< "(or any of their subclasses). You gave a <" << [[nsHandle className] UTF8String] << "> object."
|
<< "(or any of their subclasses). You gave a <" << [[nsHandle className] UTF8String] << "> object."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user