mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 00:30:19 +00:00
Indentation cosmetics
This commit is contained in:
@@ -254,14 +254,14 @@ file_part (char *file)
|
||||
{
|
||||
switch (*file)
|
||||
{
|
||||
case 0:
|
||||
return (filepart);
|
||||
case '/':
|
||||
case 0:
|
||||
return (filepart);
|
||||
case '/':
|
||||
#ifdef WIN32
|
||||
case '\\':
|
||||
case '\\':
|
||||
#endif
|
||||
filepart = file + 1;
|
||||
break;
|
||||
filepart = file + 1;
|
||||
break;
|
||||
}
|
||||
file++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user