Skip to content

Commit

Permalink
apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
auto code formatter authored and luishfonseca committed Sep 26, 2023
1 parent bc64238 commit 0489cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/samples/events/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct State
};

/// [Event reader system]
static void firstSystem(EventReader<MyEvent> reader)
static void firstSystem(EventReader<MyEvent> reader)
{
for (const auto& event : reader)
{
Expand Down

0 comments on commit 0489cc1

Please sign in to comment.