13
0

NO-OP re-indent

This commit is contained in:
Robin Gareus 2015-12-12 14:54:52 +01:00
parent 6a1799f095
commit 162352419d

View File

@ -190,13 +190,13 @@ AbstractUI<RequestObject>::handle_ui_requests ()
while (true) {
/* we must process requests 1 by 1 because
the request may run a recursive main
event loop that will itself call
handle_ui_requests. when we return
from the request handler, we cannot
expect that the state of queued requests
is even remotely consistent with
the condition before we called it.
* the request may run a recursive main
* event loop that will itself call
* handle_ui_requests. when we return
* from the request handler, we cannot
* expect that the state of queued requests
* is even remotely consistent with
* the condition before we called it.
*/
i->second->get_read_vector (&vec);
@ -244,8 +244,8 @@ AbstractUI<RequestObject>::handle_ui_requests ()
request_list.pop_front ();
/* We need to use this lock, because its the one
returned by slot_invalidation_mutex() and protects
against request invalidation.
* returned by slot_invalidation_mutex() and protects
* against request invalidation.
*/
request_buffer_map_lock.lock ();
@ -257,8 +257,8 @@ AbstractUI<RequestObject>::handle_ui_requests ()
}
/* we're about to execute this request, so its
too late for any invalidation. mark
the request as "done" before we start.
* too late for any invalidation. mark
* the request as "done" before we start.
*/
if (req->invalidation) {