From 2e2cf30c12b41fa1b064e16d387eae639f4606e9 Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 21 Jun 2024 13:49:17 +0100 Subject: [PATCH] formatting --- src/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system.h b/src/system.h index fff6e4afb..1154da2eb 100644 --- a/src/system.h +++ b/src/system.h @@ -61,7 +61,7 @@ class System { static bool command_commands(const char * value, const int8_t id, JsonObject output); static bool command_response(const char * value, const int8_t id, JsonObject output); static bool command_allvalues(const char * value, const int8_t id, JsonObject output); - static bool get_value_info(JsonObject root, const char *cmd); + static bool get_value_info(JsonObject root, const char * cmd); #if defined(EMSESP_TEST) static bool command_test(const char * value, const int8_t id);