🔥 remove leftover

pull/2274/head
Niels Lohmann 2020-07-16 09:43:35 +02:00
parent 23c97f4aa5
commit 4c59d6aaef
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
2 changed files with 0 additions and 2 deletions

View File

@ -1521,7 +1521,6 @@ scan_number_done:
// skip following whitespace
skip_whitespace();
}
while (current == ' ' || current == '\t' || current == '\n' || current == '\r');
switch (current)
{

View File

@ -9626,7 +9626,6 @@ scan_number_done:
// skip following whitespace
skip_whitespace();
}
while (current == ' ' || current == '\t' || current == '\n' || current == '\r');
switch (current)
{