gecko-dev/editor/composer
Daniel Holbert 16170f25a6 Bug 1797840: Replace stray tab characters with spaces in IDL files throughout the tree. r=mccr8,necko-reviewers,credential-management-reviewers,smaug,sgalich,valentin
DONTBUILD because this is just whitespace cleanup.

I found the files to fix up here using this command:
    grep -r '   ' * 2>/dev/null | grep -v "other-licenses" | grep "idl:"

I replaced the tab characters with however many spaces seemed consistent with
the indentation in the surrounding code (and did some minor space-indentation
cleanup in contextual lines to preserve alignment, in a few cases).

Differential Revision: https://phabricator.services.mozilla.com/D160577
2022-10-28 18:08:17 +00:00
..
crashtests
res
test Bug 1782008 - Remove now unnecessary .eslintrc.js files. r=webcompat-reviewers,extension-reviewers,media-playback-reviewers,pip-reviewers,denschub,rpl,alwu,mossop 2022-08-03 11:16:20 +00:00
ComposerCommandsUpdater.cpp Bug 1767876 - part 3: Get rid of `nsITransactionListener` interface r=m_kato 2022-05-09 12:13:11 +00:00
ComposerCommandsUpdater.h Bug 1767876 - part 3: Get rid of `nsITransactionListener` interface r=m_kato 2022-05-09 12:13:11 +00:00
moz.build Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
nsEditingSession.cpp Bug 1792387 - part 1: Make `HTMLEditor` join/split node direction switchable by a pref r=m_kato 2022-09-30 22:20:19 +00:00
nsEditingSession.h
nsIEditingSession.idl Bug 1797840: Replace stray tab characters with spaces in IDL files throughout the tree. r=mccr8,necko-reviewers,credential-management-reviewers,smaug,sgalich,valentin 2022-10-28 18:08:17 +00:00