style fixes, no code changes

This commit is contained in:
Denis Vlasenko
2008-06-26 14:32:57 +00:00
parent 2649f215ae
commit f5d8c90d73
11 changed files with 19 additions and 19 deletions

View File

@ -1091,7 +1091,7 @@ static int get_uid_gid(int flag, const char *string)
msg = "group";
if (ENABLE_DEVFSD_VERBOSE)
msg_logger(LOG_ERR,"unknown %s: %s, defaulting to %cid=0", msg, string, msg[0]);
msg_logger(LOG_ERR, "unknown %s: %s, defaulting to %cid=0", msg, string, msg[0]);
return 0;
}/* End Function get_uid_gid */
@ -1732,7 +1732,7 @@ static const char *expand_variable(char *buffer, unsigned int length,
--open_braces;
break;
case '\0':
info_logger(LOG_INFO,"\"}\" not found in: %s", input);
info_logger(LOG_INFO, "\"}\" not found in: %s", input);
return NULL;
default:
break;