aboutsummaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
authorNicolas Schodet2021-10-02 01:19:56 +0200
committerNicolas Schodet2021-10-02 01:19:56 +0200
commit0ebf261cb559560f1b7bee1fcd1113f3134c0ac1 (patch)
treeb1e590871a785d9426a2aaa1a322204a56308dae /error.c
parentc5224c207169cc1065eaf6a4b7b5c38ec77eec17 (diff)
Use clang-format for code formatting
Tried to use a style as similar as possible to the current codebase.
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
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",