mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
whitespace
This commit is contained in:
parent
c04bce8c9f
commit
d70caac6d5
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ match_char (char a, char b)
|
|||
b = tolower (sys_char_map[(byte)b]);
|
||||
|
||||
if (a == b || (sv_leetnickmatch->int_val
|
||||
&& ((a == '1' && b == 'i') || (a == 'i' && b == '1')
|
||||
&& ( (a == '1' && b == 'i') || (a == 'i' && b == '1')
|
||||
|| (a == '1' && b == 'l') || (a == 'l' && b == '1')
|
||||
|| (a == '3' && b == 'e') || (a == 'e' && b == '3')
|
||||
|| (a == '4' && b == 'a') || (a == 'a' && b == '4')
|
||||
|
|
Loading…
Reference in a new issue