mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 18:21:06 +00:00
- Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries.
This commit is contained in:
parent
1b077251e3
commit
9bbb54fe2e
370 changed files with 2163 additions and 2163 deletions
|
@ -248,7 +248,7 @@ done:
|
|||
bool IsFloat (const char *str)
|
||||
{
|
||||
const char *pt;
|
||||
|
||||
|
||||
if (*str == '+' || *str == '-')
|
||||
str++;
|
||||
|
||||
|
@ -367,7 +367,7 @@ static FStringProd *DoubleToString (FProduction *prod)
|
|||
static FDoubleProd *StringToDouble (FProduction *prod)
|
||||
{
|
||||
FDoubleProd *newprod;
|
||||
|
||||
|
||||
newprod = NewDoubleProd (atof (static_cast<FStringProd *>(prod)->Value));
|
||||
M_Free (prod);
|
||||
return newprod;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue