-
- Downloads
Bug 1797840: Replace stray tab characters with spaces in IDL files throughout...
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
Showing
- docshell/base/nsIContentViewerEdit.idl 17 additions, 17 deletionsdocshell/base/nsIContentViewerEdit.idl
- docshell/base/nsIDocShellTreeItem.idl 130 additions, 130 deletionsdocshell/base/nsIDocShellTreeItem.idl
- docshell/base/nsIDocShellTreeOwner.idl 93 additions, 93 deletionsdocshell/base/nsIDocShellTreeOwner.idl
- editor/composer/nsIEditingSession.idl 1 addition, 1 deletioneditor/composer/nsIEditingSession.idl
- intl/uconv/nsITextToSubURI.idl 2 additions, 2 deletionsintl/uconv/nsITextToSubURI.idl
- js/xpconnect/tests/idl/xpctest_attributes.idl 15 additions, 15 deletionsjs/xpconnect/tests/idl/xpctest_attributes.idl
- js/xpconnect/tests/idl/xpctest_cenums.idl 1 addition, 1 deletionjs/xpconnect/tests/idl/xpctest_cenums.idl
- netwerk/base/nsIStreamTransportService.idl 1 addition, 1 deletionnetwerk/base/nsIStreamTransportService.idl
- parser/html/nsIParserUtils.idl 4 additions, 4 deletionsparser/html/nsIParserUtils.idl
- toolkit/components/browser/nsIPrintPreviewNavigation.idl 4 additions, 4 deletionstoolkit/components/browser/nsIPrintPreviewNavigation.idl
- toolkit/components/find/nsIWebBrowserFind.idl 1 addition, 1 deletiontoolkit/components/find/nsIWebBrowserFind.idl
- toolkit/components/glean/xpcom/nsIGleanMetrics.idl 4 additions, 4 deletionstoolkit/components/glean/xpcom/nsIGleanMetrics.idl
- toolkit/components/passwordmgr/nsILoginManager.idl 1 addition, 1 deletiontoolkit/components/passwordmgr/nsILoginManager.idl
- toolkit/components/passwordmgr/nsILoginManagerStorage.idl 1 addition, 1 deletiontoolkit/components/passwordmgr/nsILoginManagerStorage.idl
- uriloader/base/nsCURILoader.idl 2 additions, 2 deletionsuriloader/base/nsCURILoader.idl
- widget/nsISound.idl 1 addition, 1 deletionwidget/nsISound.idl
- xpcom/base/nsIInterfaceRequestor.idl 1 addition, 1 deletionxpcom/base/nsIInterfaceRequestor.idl
- xpcom/ds/nsIObserver.idl 2 additions, 2 deletionsxpcom/ds/nsIObserver.idl
- xpcom/ds/nsIObserverService.idl 1 addition, 1 deletionxpcom/ds/nsIObserverService.idl
- xpcom/threads/nsIProcess.idl 3 additions, 3 deletionsxpcom/threads/nsIProcess.idl
Loading
Please register or sign in to comment