Replace tabs with spaces

Replace tabs with spaces in files

Change-Id: I058657fa8d294210502c647b2612e139d079b440
This commit is contained in:
Andreas Jaeger 2013-12-26 22:18:52 +01:00
parent 5126111c90
commit 60bca96bab

View File

@ -41,9 +41,9 @@ This scenario can be avoided by adding calls to the eventlet sleep method
in the long-running code path. The sleep call will trigger a context switch
if there are pending threads, and using an argument of 0 will avoid introducing
delays in the case that there is only a single green thread::
from eventlet import greenthread
...
greenthread.sleep(0)
from eventlet import greenthread
...
greenthread.sleep(0)
</para>
</section>
<section xml:id="MySQL-access-and-eventlet">
@ -62,4 +62,4 @@ a discussion of the `impact on performance`_.
.. _mailing list thread: https://lists.launchpad.net/openstack/msg08118.html
</para>
</section>
</section>
</section>