Diff between ac940a70cede847b3cf79c357c5ddd98f170a34b and 936122a230d85c5b5a12abe5b04bbead25745366

Changed Files

File Additions Deletions Status
mesh/prov-acceptor.c +1 -2 modified

Full Patch

diff --git a/mesh/prov-acceptor.c b/mesh/prov-acceptor.c
index 24be70a..903abc2 100644
--- a/mesh/prov-acceptor.c
+++ b/mesh/prov-acceptor.c
@@ -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);
 	}