Formatting using astyle

This commit is contained in:
Jaime Casanova
2012-12-11 11:54:35 -05:00
parent d5ec394c54
commit d7d91e1c12
3 changed files with 41 additions and 37 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;