Indentation cosmetics
This commit is contained in:
parent
3c5284f19d
commit
82031ed6d4
|
@ -254,14 +254,14 @@ file_part (char *file)
|
||||||
{
|
{
|
||||||
switch (*file)
|
switch (*file)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
return (filepart);
|
return (filepart);
|
||||||
case '/':
|
case '/':
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
case '\\':
|
case '\\':
|
||||||
#endif
|
#endif
|
||||||
filepart = file + 1;
|
filepart = file + 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
file++;
|
file++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue