mbm: Few style issues with indentation

This commit is contained in:
Denis Kenzior 2010-05-12 13:08:35 -05:00
parent f0aeb0b037
commit d6f540eb8f
1 changed files with 6 additions and 7 deletions

View File

@ -211,8 +211,7 @@ static gboolean mbm_stk_register(gpointer user)
return FALSE;
}
static int mbm_stk_probe(struct ofono_stk *stk,
unsigned int vendor, void *data)
static int mbm_stk_probe(struct ofono_stk *stk, unsigned int vendor, void *data)
{
GAtChat *chat = data;
struct stk_data *sd;