make style

This commit is contained in:
Philippe Teuwen 2019-03-10 00:00:59 +01:00
parent 0d9223a547
commit 0373696662
483 changed files with 56514 additions and 52451 deletions

View file

@ -11,12 +11,11 @@
#ifndef CMDPARSER_H__
#define CMDPARSER_H__
typedef struct command_s
{
const char * Name;
int (*Parse)(const char *Cmd);
int Offline;
const char * Help;
typedef struct command_s {
const char *Name;
int (*Parse)(const char *Cmd);
int Offline;
const char *Help;
} command_t;
// command_t array are expected to be NULL terminated