Fix unapplied astyle. Closes gh-26.

This commit is contained in:
Greg Smith
2011-04-05 17:21:48 -04:00
parent 4c792c8013
commit 3ca0f2db06
3 changed files with 9 additions and 9 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;