From 60bca96babdf9acd78dfd3e40ed3b646c59fd22d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 26 Dec 2013 22:18:52 +0100 Subject: [PATCH] Replace tabs with spaces Replace tabs with spaces in files Change-Id: I058657fa8d294210502c647b2612e139d079b440 --- sources/cinder/threading.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/cinder/threading.xml b/sources/cinder/threading.xml index 3b3e7ad9..6023beac 100644 --- a/sources/cinder/threading.xml +++ b/sources/cinder/threading.xml @@ -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)
@@ -62,4 +62,4 @@ a discussion of the `impact on performance`_. .. _mailing list thread: https://lists.launchpad.net/openstack/msg08118.html
- \ No newline at end of file +