summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/sim.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-01-12 10:31:34 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-01-12 17:54:37 -0600
commit2cde0841aa06b65858b45603397455ee282c2cf7 (patch)
tree8f2f018514c92d3d653aff8e36f260ee79af1c9c /drivers/isimodem/sim.c
parent9b803223c6d4d91079ef1ab6bdea43db6d982477 (diff)
downloadofono-2cde0841aa06b65858b45603397455ee282c2cf7.tar.bz2
Style: Should be a space after if
Diffstat (limited to 'drivers/isimodem/sim.c')
-rw-r--r--drivers/isimodem/sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isimodem/sim.c b/drivers/isimodem/sim.c
index cebe8f25..a3b35b29 100644
--- a/drivers/isimodem/sim.c
+++ b/drivers/isimodem/sim.c
@@ -208,7 +208,7 @@ static bool imsi_resp_cb(GIsiClient *client, const void *restrict data,
size_t j = 0;
size_t octets = 0;
- if(!msg) {
+ if (!msg) {
DBG("ISI client error: %d", g_isi_client_error(client));
goto error;
}