Format all sources with Uncrustify
Formatted all sources and manually tuned some files to make the code look neater.
This commit is contained in:
@ -788,7 +788,7 @@ bool check_service_permissions(SERVICE* service)
|
||||
{
|
||||
if (rcap_type_required(service_get_capabilities(service), RCAP_TYPE_NO_AUTH)
|
||||
|| config_get_global_options()->skip_permission_checks
|
||||
|| service->dbref == NULL) // No servers to check
|
||||
|| service->dbref == NULL) // No servers to check
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
@ -110,7 +110,9 @@ extern "C"
|
||||
NULL, /* Process finish. */
|
||||
NULL, /* Thread init. */
|
||||
NULL, /* Thread finish. */
|
||||
{{MXS_END_MODULE_PARAMS}}
|
||||
{
|
||||
{MXS_END_MODULE_PARAMS}
|
||||
}
|
||||
};
|
||||
|
||||
return &info;
|
||||
|
Reference in New Issue
Block a user