Fixed clang format.

This commit is contained in:
Ole Odendahl 2023-05-31 12:47:40 +02:00
parent c52d5f7a48
commit 6f10dc9e19
No known key found for this signature in database
GPG key ID: 116D1FA8CD50CD0B
3 changed files with 9 additions and 9 deletions

View file

@ -1,9 +1,9 @@
#include <zephyr/logging/log.h>
#include <zephyr/kernel.h>
#include <zigbee/zigbee_app_utils.h>
#include "restart_handler.h"
#include <zephyr/kernel.h>
#include <zephyr/logging/log.h>
#include <zigbee/zigbee_app_utils.h>
LOG_MODULE_REGISTER(restart_handler, CONFIG_LOG_DEFAULT_LEVEL);
static void restart_network_steering_cb(struct k_timer *timer) {