Skip to content

Commit

Permalink
Code format - (Clang-format)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 19, 2025
1 parent 98d1b7e commit d68d8e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/creatures/appearance/outfit/outfit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ struct Outfit {
int32_t manaGain = 0;
int32_t manaTicks = 0;

int32_t skills[SKILL_LAST + 1] = {0};
int32_t stats[STAT_LAST + 1] = {0};
int32_t skills[SKILL_LAST + 1] = { 0 };
int32_t stats[STAT_LAST + 1] = { 0 };
};

struct ProtocolOutfit {
Expand Down

0 comments on commit d68d8e6

Please sign in to comment.