Fix formatting inconsistency

This commit is contained in:
Chris Thrasher 2024-10-07 23:36:45 -06:00
parent 2fc0bfb3f3
commit f2f072333c
No known key found for this signature in database
GPG Key ID: 56FB686C9DFC8E2C

View File

@ -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."