Remove extra whitespace

Found by niceness gate

Change-Id: I9806c748981ddc64763bc209e95b3c4bf0dfa686
This commit is contained in:
Andreas Jaeger
2014-01-09 22:22:41 +01:00
parent dcb6b3c500
commit 70f9987c71
2 changed files with 4 additions and 4 deletions

View File

@@ -106,6 +106,6 @@
invalidated suffix directory hashes, impedes performance.
To provide acceptable replication speeds, object
replication is designed to invalidate around 2 percent of
the hash space on a normal node each day. </para>
the hash space on a normal node each day.</para>
</section>
</section>

View File

@@ -166,7 +166,7 @@ self._part_shift</programlisting></para>
<listitem>
<para>When building a new ring from an old ring, the
ring builder recalculates the desired number of
partitions that each device wants. </para>
partitions that each device wants.</para>
</listitem>
<listitem>
<para>The ring builder unassigns partitions and
@@ -176,7 +176,7 @@ self._part_shift</programlisting></para>
<para>The ring builder unassigns any
assigned partitions from any removed
devices and adds these partitions to
the gathered list. </para>
the gathered list.</para>
</listitem>
<listitem>
<para>The ring builder unassigns any
@@ -190,7 +190,7 @@ self._part_shift</programlisting></para>
partitions from any devices that have
more partitions than they need and
adds these partitions to the gathered
list. </para>
list.</para>
</listitem>
</itemizedlist></para>