mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-27 16:39:09 +00:00
(svn r14944) -Cleanup: add spaces around some operators
This commit is contained in:
@@ -1036,7 +1036,7 @@ static void NetworkGenerateUniqueId()
|
||||
{
|
||||
Md5 checksum;
|
||||
uint8 digest[16];
|
||||
char hex_output[16*2 + 1];
|
||||
char hex_output[16 * 2 + 1];
|
||||
char coding_string[NETWORK_NAME_LENGTH];
|
||||
int di;
|
||||
|
||||
|
Reference in New Issue
Block a user