Formatting code using astyle

This commit is contained in:
Jaime Casanova
2012-12-11 11:49:07 -05:00
parent 088ca29fe3
commit 93a999adc7
5 changed files with 75 additions and 69 deletions

View File

@@ -127,10 +127,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;