Codechange: Apply coding style (#8640)
* Fix: Missing or needed spaces * Codechange: Remove space * Codechange: Remove space * Codechange: More missing spaces * Codechange: Missing spaces * Codechange: Remove space * Codechange: Remove space
This commit is contained in:
@@ -332,7 +332,7 @@ protected:
|
||||
if (r == 0) r = a->info.use_password - b->info.use_password;
|
||||
|
||||
/* Finally sort on the number of clients of the server in reverse order. */
|
||||
return (r != 0) ? r < 0: !NGameClientSorter(a, b);
|
||||
return (r != 0) ? r < 0 : !NGameClientSorter(a, b);
|
||||
}
|
||||
|
||||
/** Sort the server list */
|
||||
|
Reference in New Issue
Block a user