From 97fa1647e9ef6d3a1c01ac8c644bd0e947654570 Mon Sep 17 00:00:00 2001 From: Csoregi Natalia Date: Mon, 21 Mar 2022 23:20:20 +0200 Subject: [PATCH] Bug 1759607 - Fix whitespace linting. r=fix CLOSED TREE --- netwerk/docs/index.rst | 2 +- netwerk/docs/new_to_necko_resources.rst | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/netwerk/docs/index.rst b/netwerk/docs/index.rst index af1419b7f99f..fd2a66581b1a 100644 --- a/netwerk/docs/index.rst +++ b/netwerk/docs/index.rst @@ -14,5 +14,5 @@ There is also documentation for the `HTTP server we use for unit tests`_. dns/dns-over-https-trr submitting_networking_bugs.md new_to_necko_resources - + .. _HTTP server we use for unit tests: http_server_for_testing.html diff --git a/netwerk/docs/new_to_necko_resources.rst b/netwerk/docs/new_to_necko_resources.rst index 0b325af6346a..296cc37be4b9 100644 --- a/netwerk/docs/new_to_necko_resources.rst +++ b/netwerk/docs/new_to_necko_resources.rst @@ -8,7 +8,7 @@ Code Generation and IPC ~~~~~~~~~~~~~~~~~~~~~~~ * `IPC`_ and `IPDL`_ -* `IDL`_ +* `IDL`_ - Implementing an interface (C++/JS) - XPCONNECT (scriptable/builtin) - QueryInterface - do_QueryInterface/do_QueryObject @@ -32,14 +32,14 @@ Necko interfaces Libraries ~~~~~~~~~ -* `NSPR`_ -* `NSS`_ -* `PSM`_ +* `NSPR`_ +* `NSS`_ +* `PSM`_ .. _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 .. _PSM: https://firefox-source-docs.mozilla.org/security/nss/legacy/faq/index.html?highlight=psm - + Preferences ~~~~~~~~~~~ @@ -65,9 +65,9 @@ Testing .. _web-platform: /web-platform/index.html .. _gtest: /gtest/index.html .. _marionette: /testing/marionette/index.html - + See also ~~~~~~~~ - E10S (Electrolysis) -> Split ``HttpChannel`` into: ``HttpChannelChild`` & ``HttpChannelParent`` - - Fission -> Site isolation + - Fission -> Site isolation