Bug 1759607 - Fix whitespace linting. r=fix CLOSED TREE

This commit is contained in:
Csoregi Natalia 2022-03-21 23:20:20 +02:00
Родитель 1f39b2ba9e
Коммит 97fa1647e9
2 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -14,5 +14,5 @@ There is also documentation for the `HTTP server we use for unit tests`_.
dns/dns-over-https-trr dns/dns-over-https-trr
submitting_networking_bugs.md submitting_networking_bugs.md
new_to_necko_resources new_to_necko_resources
.. _HTTP server we use for unit tests: http_server_for_testing.html .. _HTTP server we use for unit tests: http_server_for_testing.html

Просмотреть файл

@ -8,7 +8,7 @@ Code Generation and IPC
~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
* `IPC`_ and `IPDL`_ * `IPC`_ and `IPDL`_
* `IDL`_ * `IDL`_
- Implementing an interface (C++/JS) - Implementing an interface (C++/JS)
- XPCONNECT (scriptable/builtin) - XPCONNECT (scriptable/builtin)
- QueryInterface - do_QueryInterface/do_QueryObject - QueryInterface - do_QueryInterface/do_QueryObject
@ -32,14 +32,14 @@ Necko interfaces
Libraries Libraries
~~~~~~~~~ ~~~~~~~~~
* `NSPR`_ * `NSPR`_
* `NSS`_ * `NSS`_
* `PSM`_ * `PSM`_
.. _NSPR: https://firefox-source-docs.mozilla.org/nspr/about_nspr.html?highlight=nspr .. _NSPR: https://firefox-source-docs.mozilla.org/nspr/about_nspr.html?highlight=nspr
.. _NSS: https://firefox-source-docs.mozilla.org/security/nss/legacy/faq/index.html .. _NSS: https://firefox-source-docs.mozilla.org/security/nss/legacy/faq/index.html
.. _PSM: https://firefox-source-docs.mozilla.org/security/nss/legacy/faq/index.html?highlight=psm .. _PSM: https://firefox-source-docs.mozilla.org/security/nss/legacy/faq/index.html?highlight=psm
Preferences Preferences
~~~~~~~~~~~ ~~~~~~~~~~~
@ -65,9 +65,9 @@ Testing
.. _web-platform: /web-platform/index.html .. _web-platform: /web-platform/index.html
.. _gtest: /gtest/index.html .. _gtest: /gtest/index.html
.. _marionette: /testing/marionette/index.html .. _marionette: /testing/marionette/index.html
See also See also
~~~~~~~~ ~~~~~~~~
- E10S (Electrolysis) -> Split ``HttpChannel`` into: ``HttpChannelChild`` & ``HttpChannelParent`` - E10S (Electrolysis) -> Split ``HttpChannel`` into: ``HttpChannelChild`` & ``HttpChannelParent``
- Fission -> Site isolation - Fission -> Site isolation