mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-22 13:40:17 +00:00
Indentation cosmetics
This commit is contained in:
@@ -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++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user