simutil: coding style fixes - rule M6

This commit is contained in:
Jeevaka Badrappan 2010-11-19 05:57:22 -08:00 committed by Denis Kenzior
parent b4353d15ea
commit 4988741107
1 changed files with 1 additions and 1 deletions

View File

@ -813,7 +813,7 @@ static char *sim_network_name_parse(const unsigned char *buffer, int length,
if (buffer[i] == 0xff && buffer[i + 1] == 0xff)
break;
ret = g_convert((const char *)buffer, length,
ret = g_convert((const char *) buffer, length,
"UTF-8//TRANSLIT", "UCS-2BE",
NULL, NULL, NULL);
break;