Ran indent.sh
This commit is contained in:
parent
7507ea7217
commit
3cf3af76aa
2 changed files with 20 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue