aboutsummaryrefslogtreecommitdiff
path: root/test/pbdrv/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/pbdrv/msg.h')
-rw-r--r--test/pbdrv/msg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/pbdrv/msg.h b/test/pbdrv/msg.h
index 52bee37..73c184e 100644
--- a/test/pbdrv/msg.h
+++ b/test/pbdrv/msg.h
@@ -26,7 +26,6 @@ static const pb_cmd_res_state_t expected_res_state = {
.state = PB_GS_IDLE,
};
-static const pb_cmd_req_set_state_t expected_req_set_state ={
+static const pb_cmd_req_set_state_t expected_req_set_state = {
.state = PB_GS_PLAYING,
};
-