Skip to content

Commit

Permalink
Merge pull request LandSandBoat#4361 from TeoTwawki/base
Browse files Browse the repository at this point in the history
correct the typo on "clang-format"
  • Loading branch information
TeoTwawki authored Aug 26, 2023
2 parents 3edb39e + 05145c3 commit 1785ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/entities/mobentity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ void CMobEntity::DropItems(CCharEntity* PChar)
break;
}
});
// clang-forman on
// clang-format on

for (uint8 i = 0; i < crystalRolls; i++)
{
Expand Down

0 comments on commit 1785ecc

Please sign in to comment.