mesh: Whitespace correction 60/228960/1
authorBrian Gix <brian.gix@intel.com>
Wed, 25 Mar 2020 16:55:49 +0000 (09:55 -0700)
committerAnupam Roy <anupam.r@samsung.com>
Thu, 26 Mar 2020 10:39:39 +0000 (16:09 +0530)
Change-Id: I186cd70cfdb80d842d6ddb944682a93ef146e83f
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
mesh/prov-acceptor.c

index 24be70a..903abc2 100644 (file)
@@ -279,8 +279,7 @@ static void static_cb(void *user_data, int err, uint8_t *key, uint32_t len)
        memcpy(prov->rand_auth_workspace + 32, key, 16);
        prov->material |= MAT_RAND_AUTH;
 
-       if (prov->conf_inputs.start.auth_action ==
-                                                       PROV_ACTION_IN_ALPHA) {
+       if (prov->conf_inputs.start.auth_action == PROV_ACTION_IN_ALPHA) {
                msg.opcode = PROV_INP_CMPLT;
                prov->trans_tx(prov->trans_data, &msg.opcode, 1);
        }