astyle fixes on logging change

This commit is contained in:
Greg Smith
2011-06-07 00:30:35 -04:00
parent e52f2e88a5
commit 367d0b1afa
4 changed files with 13 additions and 13 deletions

View File

@@ -129,10 +129,10 @@ mkdir_p(char *path, mode_t omode)
{
struct stat sb;
mode_t numask,
oumask;
oumask;
int first,
last,
retval;
last,
retval;
char *p;
p = path;