base-manager: minor coding style fixes

This commit is contained in:
Ben Chan
2017-07-14 01:06:35 -07:00
committed by Aleksander Morgado
parent 1158c2c6e9
commit cb6efd8eda

View File

@@ -694,7 +694,7 @@ set_logging_auth_ready (MMAuthProvider *authp,
if (!mm_auth_provider_authorize_finish (authp, res, &error))
g_dbus_method_invocation_take_error (ctx->invocation, error);
else if (!mm_log_set_level(ctx->level, &error))
else if (!mm_log_set_level (ctx->level, &error))
g_dbus_method_invocation_take_error (ctx->invocation, error);
else {
mm_info ("logging: level '%s'", ctx->level);