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