Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yup-bot committed Dec 11, 2024
1 parent 2b9a98f commit d9a95da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/graphics/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class CustomWindow
#else
auto fontFilePath = yup::File (__FILE__).getParentDirectory().getSiblingFile ("data")
#endif
.getChildFile ("Roboto-Regular.ttf");
.getChildFile ("Roboto-Regular.ttf");

if (auto result = font.loadFromFile (fontFilePath, factory); result.failed())
yup::Logger::outputDebugString (result.getErrorMessage());
Expand Down Expand Up @@ -203,7 +203,7 @@ class CustomWindow

~CustomWindow() override
{
deviceManager.removeAudioCallback(this);
deviceManager.removeAudioCallback (this);
deviceManager.closeAudioDevice();
}

Expand Down

0 comments on commit d9a95da

Please sign in to comment.