Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and wqx6 committed Jun 12, 2023
1 parent 8ff737e commit e93dff3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/platform/ESP32/OpenthreadLauncher.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
#include "openthread/logging.h"
#include "openthread/tasklet.h"

static esp_netif_t * openthread_netif = NULL;
static esp_openthread_platform_config_t *s_platform_config = NULL;
static esp_netif_t * openthread_netif = NULL;
static esp_openthread_platform_config_t * s_platform_config = NULL;

static esp_netif_t * init_openthread_netif(const esp_openthread_platform_config_t * config)
{
Expand All @@ -55,7 +55,7 @@ static void ot_task_worker(void * context)
vTaskDelete(NULL);
}

void set_openthread_platform_config(esp_openthread_platform_config_t *config)
void set_openthread_platform_config(esp_openthread_platform_config_t * config)
{
s_platform_config = config;
}
Expand Down
2 changes: 1 addition & 1 deletion src/platform/ESP32/OpenthreadLauncher.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
extern "C" {
#endif

void set_openthread_platform_config(esp_openthread_platform_config_t *config);
void set_openthread_platform_config(esp_openthread_platform_config_t * config);
esp_err_t openthread_init_stack(void);
esp_err_t openthread_launch_task(void);

Expand Down

0 comments on commit e93dff3

Please sign in to comment.