mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03: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:
@@ -313,6 +313,7 @@ bool is_positive_num(const char* str, const bool hex)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user