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:
sideshowbarker 2024-09-10 16:21:16 +09:00 committed by Sam Atkins
commit 51528ec677
Notes: github-actions[bot] 2024-09-10 20:17:56 +00:00
21 changed files with 108 additions and 110 deletions

View file

@ -3,7 +3,7 @@
enum PredefinedColorSpace { "srgb", "display-p3" };
dictionary ImageDataSettings {
PredefinedColorSpace colorSpace;
PredefinedColorSpace colorSpace;
};
[Exposed=(Window,Worker), Serializable]