Format all sources with Uncrustify

Formatted all sources and manually tuned some files to make the code look
neater.
This commit is contained in:
Markus Mäkelä
2018-09-10 12:40:03 +03:00
parent edd5ddcc88
commit d11c78ad80
183 changed files with 1865 additions and 1695 deletions

View File

@ -303,9 +303,8 @@ static void session_simple_free(MXS_SESSION* session, DCB* dcb)
}
if (session && session->router_session)
{
session->service->router->freeSession(
session->service->router_instance,
session->router_session);
session->service->router->freeSession(session->service->router_instance,
session->router_session);
}
session->state = SESSION_STATE_STOPPING;
}