From 22f92030b316f98c5f8d3a54d0a937ab12fe148e Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 18 May 2022 11:18:34 +0200 Subject: `make format` --- robot/sercomm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/sercomm.c') diff --git a/robot/sercomm.c b/robot/sercomm.c index e845b1a..9c67aab 100644 --- a/robot/sercomm.c +++ b/robot/sercomm.c @@ -22,7 +22,7 @@ void w2_sercomm_main() { simprint("line 1"); simprintf("bytes: %i\n", data->bytes); - char* data_cast = malloc(data->bytes); + char *data_cast = malloc(data->bytes); simprint("line 2"); memcpy(data_cast, data->data, data->bytes); simprint("line 3"); -- cgit v1.2.3