* cosmetic

This commit is contained in:
djcb 2013-05-05 12:18:25 +03:00
parent 71cbd27ef3
commit dcc3f5752f
1 changed files with 5 additions and 3 deletions

View File

@ -311,10 +311,12 @@ run_cmd_cfind (const char* pattern,
ecdata.format = format;
ecdata.color = color;
contacts = mu_contacts_new (mu_runtime_path(MU_RUNTIME_PATH_CONTACTS));
contacts = mu_contacts_new
(mu_runtime_path(MU_RUNTIME_PATH_CONTACTS));
if (!contacts) {
g_set_error (err, MU_ERROR_DOMAIN, MU_ERROR_CONTACTS_CANNOT_RETRIEVE,
"could not retrieve contacts");
g_set_error (err, MU_ERROR_DOMAIN,
MU_ERROR_CONTACTS_CANNOT_RETRIEVE,
"could not retrieve contacts");
return MU_ERROR_CONTACTS_CANNOT_RETRIEVE;
}