Skip to content

Commit

Permalink
Merge pull request OpenEnroth#1900 from yoctozepto/fix-whitespace
Browse files Browse the repository at this point in the history
[trivial] Fix whitespace
  • Loading branch information
pskelton authored Dec 7, 2024
2 parents cbd154b + b11bfe9 commit 977ef0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine/Events/EventIR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ EventIR EventIR::parse(SequentialBlobReader &sbr, const size_t size) {
break;
case EVENT_ReceiveDamage:
requireSize(11);
ir.who = static_cast<CharacterChoosePolicy>(sbr.read<uint8_t>() );
ir.who = static_cast<CharacterChoosePolicy>(sbr.read<uint8_t>());
ir.data.damage_descr.damage_type = static_cast<DamageType>(sbr.read<uint8_t>());
ir.data.damage_descr.damage = sbr.read<uint32_t>();
break;
Expand Down

0 comments on commit 977ef0e

Please sign in to comment.