Removed trailing spaces

This commit is contained in:
Hiroshi SHIBATA 2025-02-14 16:16:55 +09:00
parent a55a2fc6e8
commit b4ed6db096
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -1295,7 +1295,7 @@ strscan_parse_integer(struct strscanner *p, int base, long len)
MATCHED(p);
adjust_registers_to_matched(p);
return integer;
}