mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-09 10:29:45 +01:00
Add a blank line to the end of is_positive_num()
The return statement is too close to the block above it, so I want to space it out for aesthetics.
This commit is contained in:
parent
30b0fc828f
commit
4a853fec97
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ bool is_positive_num(const char* str, const bool hex)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue