Skip to content

Commit 626e4e9

Browse files
committed
Fix missed precommit formatting
1 parent 2c30312 commit 626e4e9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

supervisor/shared/autoreload.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
#include "supervisor/memory.h"
3333

3434
enum {
35-
SUPERVISOR_NEXT_CODE_OPT_RELOAD_ON_SUCCESS = 0x1,
36-
SUPERVISOR_NEXT_CODE_OPT_RELOAD_ON_ERROR = 0x2,
37-
SUPERVISOR_NEXT_CODE_OPT_STICKY_ON_SUCCESS = 0x4,
38-
SUPERVISOR_NEXT_CODE_OPT_STICKY_ON_ERROR = 0x8,
39-
SUPERVISOR_NEXT_CODE_OPT_STICKY_ON_RELOAD = 0x10,
40-
SUPERVISOR_NEXT_CODE_OPT_NEWLY_SET = 0x20,
35+
SUPERVISOR_NEXT_CODE_OPT_RELOAD_ON_SUCCESS = 0x1,
36+
SUPERVISOR_NEXT_CODE_OPT_RELOAD_ON_ERROR = 0x2,
37+
SUPERVISOR_NEXT_CODE_OPT_STICKY_ON_SUCCESS = 0x4,
38+
SUPERVISOR_NEXT_CODE_OPT_STICKY_ON_ERROR = 0x8,
39+
SUPERVISOR_NEXT_CODE_OPT_STICKY_ON_RELOAD = 0x10,
40+
SUPERVISOR_NEXT_CODE_OPT_NEWLY_SET = 0x20,
4141
};
4242

4343
typedef struct {
4444
uint8_t options;
4545
char filename[];
4646
} next_code_info_t;
4747

48-
extern supervisor_allocation* next_code_allocation;
48+
extern supervisor_allocation *next_code_allocation;
4949

5050
extern volatile bool reload_requested;
5151

0 commit comments

Comments
 (0)