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
parent f9282f65d3
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

@ -15,8 +15,7 @@ dictionary RsaOtherPrimesInfo {
DOMString t;
};
dictionary JsonWebKey
{
dictionary JsonWebKey {
// The following fields are defined in Section 3.1 of JSON Web Key
DOMString kty;
DOMString use;

View file

@ -1,8 +1,7 @@
#import <DOM/Element.idl>
#import <DOM/HTMLCollection.idl>
[Exposed=Window,
LegacyUnenumerableNamedProperties]
[Exposed=Window, LegacyUnenumerableNamedProperties]
interface HTMLAllCollection {
readonly attribute unsigned long length;
getter Element (unsigned long index);

View file

@ -20,7 +20,7 @@ interface SVGSVGElement : SVGGraphicsElement {
undefined deselectAll();
// FIMXE: SVGNumber createSVGNumber();
// FIXME: SVGNumber createSVGNumber();
SVGLength createSVGLength();
[FIXME] SVGAngle createSVGAngle();
DOMPoint createSVGPoint();