libstdc++: Remove trailing whitespace in documentation sources
authorJonathan Wakely <jwakely@redhat.com>
Wed, 21 Sep 2022 00:18:38 +0000 (01:18 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 21 Sep 2022 07:44:22 +0000 (08:44 +0100)
libstdc++-v3/ChangeLog:

* doc/xml/manual/documentation_hacking.xml: Remove trailing
whitespace.
* doc/xml/manual/policy_data_structures.xml: Likewise.

libstdc++-v3/doc/xml/manual/documentation_hacking.xml
libstdc++-v3/doc/xml/manual/policy_data_structures.xml

index 03bf1f1..776d5e8 100644 (file)
          documentation. Here are some of the obvious errors, and ways
          to fix some common issues that may appear quite cryptic.
        </para>
-       
+
        <para>
          First, if using a rule like <code>make pdf</code>, try to
          narrow down the scope of the error to either docbook
@@ -844,7 +844,7 @@ make <literal>XSL_STYLE_DIR="/usr/share/xml/docbook/stylesheet/nwalsh"</literal>
          documentation. Here are some of the obvious errors, and ways
          to fix some common issues that may appear quite cryptic.
        </para>
-       
+
        <para>
          First, if using a rule like <code>make pdf</code>, try to
          narrow down the scope of the error to either docbook
index 3e59810..305257c 100644 (file)
                </textobject>
              </mediaobject>
            </figure>
-       
+
            <para>Let U be a domain (e.g., the integers, or the
            strings of 3 characters). A hash-table algorithm needs to map
            elements of U "uniformly" into the range [0,..., m -
                0</subscript><superscript>t - 1</superscript> s<subscript>i</subscript> a<superscript>i</superscript> mod m
              </mathphrase>
            </equation>
-       
+
 
            <para>where a is some non-negative integral value. This is
            the standard string-hashing function used in SGI's
                  </textobject>
                </mediaobject>
              </figure>
-       
+
              <para>If <classname>cc_hash_table</classname>'s
              hash-functor, <classname>Hash_Fn</classname> is instantiated by <classname>null_type</classname> , then <classname>Comb_Hash_Fn</classname> is taken to be
              a ranged-hash function. The graphic below shows an <function>insert</function> sequence
                  </textobject>
                </mediaobject>
              </figure>
-       
+
            </section>
 
            <section xml:id="hash_policies.implementation.probe">
              </textobject>
            </mediaobject>
          </figure>
-       
+
          <para>Supporting such trees is difficult for a number of
          reasons:</para>
 
            assert(p.top() == 3);
          </programlisting>
 
-       
+
          <para>It should be noted that an alternative design could embed an
          associative container in a priority queue. Could, but most
          probably should not. To begin with, it should be noted that one