1
0
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:
rubidium
2009-01-09 22:56:28 +00:00
parent c08f520acf
commit cda853872a
10 changed files with 27 additions and 27 deletions

View File

@@ -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;