From 3b9b6201c17461a408d2c1325d8d0b92f7fa3bd1 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 17 Dec 2009 21:23:20 -0600 Subject: Style: Add empty lines where needed --- src/cbs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cbs.c') diff --git a/src/cbs.c b/src/cbs.c index f9387e6c..6802dcb6 100644 --- a/src/cbs.c +++ b/src/cbs.c @@ -185,6 +185,7 @@ void ofono_cbs_notify(struct ofono_cbs *cbs, const unsigned char *pdu, if (cbs->assembly == NULL) return; + if (!cbs->powered) return; @@ -446,6 +447,7 @@ static DBusMessage *cbs_set_powered(struct ofono_cbs *cbs, gboolean value, } return NULL; + done: cbs->powered = value; -- cgit v1.2.3