From 15428cc2df2aa37cbc9ffa92b531dcf0298fca5c Mon Sep 17 00:00:00 2001 From: Aki Niemi Date: Wed, 2 Feb 2011 10:49:21 +0200 Subject: [PATCH] sms: Fix indentation --- src/sms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sms.c b/src/sms.c index eb2f2154..73e067ed 100644 --- a/src/sms.c +++ b/src/sms.c @@ -613,7 +613,7 @@ next_q: enum message_state ms; sms_tx_backup_free(sms->imsi, entry->id, entry->flags, - ofono_uuid_to_str(&entry->uuid)); + ofono_uuid_to_str(&entry->uuid)); if (ok) ms = MESSAGE_STATE_SENT;