Style: Add empty lines where needed

This commit is contained in:
Denis Kenzior 2009-12-17 21:23:20 -06:00
parent 8365fc1206
commit 3b9b6201c1
1 changed files with 2 additions and 0 deletions

View File

@ -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;