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. invalidated suffix directory hashes, impedes performance.
To provide acceptable replication speeds, object To provide acceptable replication speeds, object
replication is designed to invalidate around 2 percent of 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>
</section> </section>

View File

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