From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 365CF3850414; Tue, 8 Dec 2020 13:36:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 365CF3850414 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r11-5852] libstdc++: Adjust whitespace in documentation X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 76a1719f0ff8e802cd3124ec102da174e5c67f15 X-Git-Newrev: edbbf7363cff62fc7ff536b5fa64e39f5a4d6496 Message-Id: <20201208133652.365CF3850414@sourceware.org> Date: Tue, 8 Dec 2020 13:36:52 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2020 13:36:52 -0000 https://gcc.gnu.org/g:edbbf7363cff62fc7ff536b5fa64e39f5a4d6496 commit r11-5852-gedbbf7363cff62fc7ff536b5fa64e39f5a4d6496 Author: Jonathan Wakely Date: Tue Dec 8 13:35:07 2020 +0000 libstdc++: Adjust whitespace in documentation libstdc++-v3/ChangeLog: * doc/xml/manual/appendix_contributing.xml: Use consistent indentation. * doc/html/manual/source_code_style.html: Regenerate. Diff: --- libstdc++-v3/doc/html/manual/source_code_style.html | 2 +- libstdc++-v3/doc/xml/manual/appendix_contributing.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/source_code_style.html b/libstdc++-v3/doc/html/manual/source_code_style.html index 669f16d165f..24e0d693127 100644 --- a/libstdc++-v3/doc/html/manual/source_code_style.html +++ b/libstdc++-v3/doc/html/manual/source_code_style.html @@ -32,7 +32,7 @@
      MS adds:
      _T
- __deref
+      __deref

      BSD adds:
      __used
diff --git a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml index d346b922907..ceb21f4478a 100644 --- a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml +++ b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml @@ -446,7 +446,7 @@ indicate a place that may require attention for multi-thread safety. MS adds: _T - __deref + __deref BSD adds: __used