mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
CI: add astyle pre-commit hook
This commit is contained in:
@@ -88,7 +88,6 @@ esp_err_t print_description(const command_t *command, void *arg)
|
||||
return ESP_OK;
|
||||
}
|
||||
|
||||
|
||||
static esp_err_t help_handler(int argc, char **argv)
|
||||
{
|
||||
base_engine.for_each_command(print_description, NULL);
|
||||
@@ -97,7 +96,7 @@ static esp_err_t help_handler(int argc, char **argv)
|
||||
|
||||
static esp_err_t register_default_commands()
|
||||
{
|
||||
static const command_t command= {
|
||||
static const command_t command = {
|
||||
.name = "help",
|
||||
.description = "Print help",
|
||||
.handler = help_handler,
|
||||
|
||||
Reference in New Issue
Block a user