LibWeb: Format all .idl files to use four space indentation

This commit is contained in:
Bastiaan van der Plaat 2024-01-17 21:03:20 +01:00 committed by Andreas Kling
commit 5f5ac48908
Notes: sideshowbarker 2024-07-17 04:49:48 +09:00
21 changed files with 163 additions and 167 deletions

View file

@ -1,4 +1,4 @@
// https://html.spec.whatwg.org/multipage/workers.html#navigatorconcurrenthardware
interface mixin NavigatorConcurrentHardware {
readonly attribute unsigned long long hardwareConcurrency;
readonly attribute unsigned long long hardwareConcurrency;
};