mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
LibGfx: Change "white_space" => "whitespace"
Whitespace is one word. :^)
This commit is contained in:
parent
57c96ce501
commit
6998fa5c54
Notes:
sideshowbarker
2024-07-18 18:28:10 +09:00
Author: https://github.com/awesomekling
Commit: 6998fa5c54
3 changed files with 9 additions and 9 deletions
|
@ -73,7 +73,7 @@ static bool read_image_data(PGMLoadingContext& context, Streamer& streamer)
|
|||
if (!read_number(streamer, &value))
|
||||
break;
|
||||
|
||||
if (!read_white_space(context, streamer))
|
||||
if (!read_whitespace(context, streamer))
|
||||
break;
|
||||
|
||||
color_data.append({ (u8)value, (u8)value, (u8)value });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue