Bug 1797840: Replace stray tab character with space, in a11y msaa file ISimpleDOMDocument.idl. r=eeejay

DONTBUILD because this is just whitespace cleanup.

Note: mccr8 mentioned in D160577 that this is MSCOM IDL and not XPIDL, for what
it's worth. In any case, there doesn't seem to be any functional significance
to the tab character that I'm removing here, since it's in a declaration
pattern that's repeated in this file, and only this one instance has stray tab
before the closing-paren.

Depends on D160577

Differential Revision: https://phabricator.services.mozilla.com/D160580
This commit is contained in:
Daniel Holbert 2022-10-28 18:08:18 +00:00
parent 16170f25a6
commit 9bf9e1618d

View file

@ -79,5 +79,5 @@ interface ISimpleDOMDocument : IUnknown
);
[propput] HRESULT alternateViewMediaTypes(
[in] BSTR * commaSeparatedMediaTypes
);
);
}