Skip to content

Commit

Permalink
Update tidy.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Nov 20, 2023
1 parent 3c2f33c commit 2bc312f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"lwmem_opt.h": "c",
"array": "c",
"string_view": "c",
"initializer_list": "c"
"initializer_list": "c",
"limits.h": "c"
},
"esbonio.sphinx.confDir": "",
"C_Cpp.codeAnalysis.clangTidy.useBuildPath": true
"esbonio.sphinx.confDir": ""
}
4 changes: 2 additions & 2 deletions dev/main.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "lwmem/lwmem.h"
#include "lwmem/lwmem.hpp"
#include <iostream>
#include <stdint.h>
#include <string.h>
#include "lwmem/lwmem.h"
#include "lwmem/lwmem.hpp"

extern "C" void lwmem_test_run(void);
extern "C" void lwmem_test_memory_structure(void);
Expand Down
1 change: 1 addition & 0 deletions lwmem/src/lwmem/lwmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
*/
#include "lwmem/lwmem.h"
#include <limits.h>
#include <stdint.h>
#include <string.h>

#if LWMEM_CFG_OS
Expand Down

0 comments on commit 2bc312f

Please sign in to comment.