diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-14 14:45:28 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-14 14:45:28 +0100 |
commit | 9579f2a385de42cf74d50038c79a58c14eb0d980 (patch) | |
tree | 7e8f96e943705fccf2904fa20ee58aeb5242f943 /src/crepe/facade/Font.h | |
parent | fda61be91cd8667fa2b51e3b8a17ba6b93b728c8 (diff) |
make format
Diffstat (limited to 'src/crepe/facade/Font.h')
-rw-r--r-- | src/crepe/facade/Font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/facade/Font.h b/src/crepe/facade/Font.h index f7d5b50..e93bfe9 100644 --- a/src/crepe/facade/Font.h +++ b/src/crepe/facade/Font.h @@ -35,7 +35,7 @@ public: private: //! The SDL_ttf font object with custom deleter. - std::unique_ptr<TTF_Font, std::function<void(TTF_Font*)>> font; + std::unique_ptr<TTF_Font, std::function<void(TTF_Font *)>> font; }; } // namespace crepe |