1
0
Fork 0

Removed trailing whitespace.

This commit is contained in:
madmaxoft 2014-07-31 22:54:45 +02:00
parent ecb86935f8
commit 70fd7caf1f
1 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ AString cMojangAPI::MakeUUIDShort(const AString & a_UUID)
return a_UUID;
}
case 36:
case 36:
{
// Remove the dashes from the string:
AString res;
@ -277,7 +277,7 @@ AString cMojangAPI::MakeUUIDDashed(const AString & a_UUID)
return a_UUID;
}
case 32:
case 32:
{
// Insert dashes at the proper positions:
AString res;