Applying indent style

This commit is contained in:
Cédric Villemain
2011-03-28 16:05:09 +02:00
parent d77186c904
commit e74e319e7a
3 changed files with 12 additions and 12 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;