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 committed Sep 26, 2023
1 parent 421573d commit ab3d73a
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 ab3d73a

Please sign in to comment.