Ran indent.sh

This commit is contained in:
Bill Kendrick 2024-06-01 02:12:00 -07:00
parent 7507ea7217
commit 3cf3af76aa
2 changed files with 20 additions and 16 deletions

View file

@ -23769,7 +23769,8 @@ static Uint8 magic_touched(int x, int y)
/**
* Removes the latest undo recorded
*/
void magic_retract_undo(void) {
void magic_retract_undo(void)
{
if (cur_undo > 0)
cur_undo--;
else