Skip to content

Commit

Permalink
#75. Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinTomashevich committed Sep 16, 2023
1 parent 5c39b3a commit 3516f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Executable/Platformer2dDemo/Unit/Model/Core/Events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <Platformer/Events.hpp>

extern "C" Platformer2dDemoModelApi void __cdecl RegisterAllEvents (Emergence::Celerity::Nexus *_nexus,
Emergence::Celerity::EventRegistrar &_registrar)
Emergence::Celerity::EventRegistrar &_registrar)
{
auto *context = static_cast<NexusUserContext *> (_nexus->GetUserContext ());
auto &assetReferenceBindingList =
Expand Down

0 comments on commit 3516f3b

Please sign in to comment.