mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
LibWeb: Normalize all WebIDL definition lines to four leading spaces
This change takes all existing WebIDL files in the repo that had definition lines without four leading spaces, and fixes them so they have four leading spaces.
This commit is contained in:
parent
f9282f65d3
commit
51528ec677
Notes:
github-actions[bot]
2024-09-10 20:17:56 +00:00
Author: https://github.com/sideshowbarker
Commit: 51528ec677
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1358
Reviewed-by: https://github.com/AtkinsSJ ✅
21 changed files with 108 additions and 110 deletions
|
@ -3,7 +3,7 @@
|
|||
enum PredefinedColorSpace { "srgb", "display-p3" };
|
||||
|
||||
dictionary ImageDataSettings {
|
||||
PredefinedColorSpace colorSpace;
|
||||
PredefinedColorSpace colorSpace;
|
||||
};
|
||||
|
||||
[Exposed=(Window,Worker), Serializable]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue