[K/N] Fix indents

^KT-61259
This commit is contained in:
Vladimir Sukharev
2023-12-12 01:13:49 +01:00
committed by Space Team
parent dc2ea15dee
commit 089b7f31b5
3 changed files with 56 additions and 56 deletions
@@ -7,11 +7,11 @@ void test_RunInNewThread(void (*)());
// FILE: leakMemoryWithRunningThreadUnchecked.h
#ifdef __cplusplus
extern "C" {
#endif
#endif
void test_RunInNewThread(void (*)());
void test_RunInNewThread(void (*)());
#ifdef __cplusplus
#ifdef __cplusplus
}
#endif