summaryrefslogtreecommitdiff
path: root/shared/protocol.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-25 16:31:23 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-25 16:31:23 +0200
commitafa10fa556585d965e3a7d46c2fd5436d29cf3c6 (patch)
tree358191a988d0d23449d6a0381d3c1016048424f4 /shared/protocol.c
parent9cd83d662849fe72c83038a018107d9bbf5c2398 (diff)
`make format`
Diffstat (limited to 'shared/protocol.c')
-rw-r--r--shared/protocol.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/protocol.c b/shared/protocol.c
index 2707725..c634a09 100644
--- a/shared/protocol.c
+++ b/shared/protocol.c
@@ -7,4 +7,3 @@ w2_s_cmd_ping_rx *w2_protocol_parse_cmd_ping_rx(w2_s_bin *data) {
memcpy(parsed, data->data, data->bytes);
return parsed;
}
-