From 7d389054acd18d194b55365e8997e366ab4ab0eb Mon Sep 17 00:00:00 2001 From: Aki Niemi Date: Wed, 2 Feb 2011 10:55:24 +0200 Subject: stk: Fix style issues --- src/stk.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/stk.c') diff --git a/src/stk.c b/src/stk.c index b0be7b82..199e02b1 100644 --- a/src/stk.c +++ b/src/stk.c @@ -1148,8 +1148,9 @@ static void request_selection_cb(enum stk_agent_result result, uint8_t id, switch (result) { case STK_AGENT_RESULT_OK: { - static struct ofono_error error = - { .type = OFONO_ERROR_TYPE_FAILURE }; + static struct ofono_error error = { + .type = OFONO_ERROR_TYPE_FAILURE + }; struct stk_response rsp; memset(&rsp, 0, sizeof(rsp)); @@ -2133,8 +2134,9 @@ static void dtmf_sent_cb(int error, void *user_data) if (error == ENOENT) { struct stk_response rsp; static unsigned char not_in_speech_call_result[] = { 0x07 }; - static struct ofono_error failure = - { .type = OFONO_ERROR_TYPE_FAILURE }; + static struct ofono_error failure = { + .type = OFONO_ERROR_TYPE_FAILURE + }; memset(&rsp, 0, sizeof(rsp)); -- cgit v1.2.3