Add whitespace properly

This commit is contained in:
Denis Kenzior 2009-08-06 17:29:55 -05:00
parent d4ccad4b72
commit c2144be486
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ gboolean sms_decode_address_field(const unsigned char *pdu, int len,
out->numbering_plan = bit_field(addr_type, 0, 4);
if (out->number_type != SMS_NUMBER_TYPE_ALPHANUMERIC) {
extract_bcd_number(pdu+*offset, byte_len, out->address);
extract_bcd_number(pdu + *offset, byte_len, out->address);
*offset += byte_len;
} else {
int chars;