From 5d0f67e786b5a08f151b4f37bc3bd3a46b878338 Mon Sep 17 00:00:00 2001 From: Aki Niemi Date: Wed, 2 Feb 2011 10:47:06 +0200 Subject: message-waiting: Fix indentation --- src/message-waiting.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/message-waiting.c b/src/message-waiting.c index 0e376b60..48eecc19 100644 --- a/src/message-waiting.c +++ b/src/message-waiting.c @@ -460,7 +460,7 @@ static void mw_mwis_read_cb(int ok, int total_length, int record, if (!ok || record_length < 5) { ofono_error("Unable to read waiting messages numbers " - "from SIM"); + "from SIM"); mw->efmwis_length = 0; @@ -543,7 +543,7 @@ static void mw_mbdn_read_cb(int ok, int total_length, int record, if (!ok || record_length < 14 || total_length < record_length) { ofono_error("Unable to read mailbox dialling numbers " - "from SIM"); + "from SIM"); mw->efmbdn_length = 0; mw->mbdn_not_provided = TRUE; @@ -585,7 +585,7 @@ static void mw_mbi_read_cb(int ok, int total_length, int record, if (!ok || record_length < 4) { ofono_error("Unable to read mailbox identifies " - "from SIM"); + "from SIM"); mw->efmbdn_length = 0; mw->mbdn_not_provided = TRUE; -- cgit v1.2.3