Empty line after TAGs as per new formatting

This commit is contained in:
Willy-JL
2024-07-15 22:29:41 +01:00
parent 02f7207d28
commit 8a02a2c8dd
5 changed files with 8 additions and 4 deletions

View File

@@ -250,6 +250,7 @@ static const DuckyCmd ducky_commands[] = {
};
#define TAG "BadKb"
#define WORKER_TAG TAG "Worker"
int32_t ducky_execute_cmd(BadKbScript* bad_kb, const char* line) {