From 0ebf261cb559560f1b7bee1fcd1113f3134c0ac1 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 2 Oct 2021 01:19:56 +0200 Subject: Use clang-format for code formatting Tried to use a style as similar as possible to the current codebase. --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.c') diff --git a/error.c b/error.c index b5cd17a..509e4d1 100644 --- a/error.c +++ b/error.c @@ -21,7 +21,7 @@ #include "error.h" -static const char * const err_str[] = { +static const char *const err_str[] = { "Success", "NXT not found on USB bus", "Error trying to configure the NXT USB link", -- cgit v1.2.3