Skip to content

Commit 477ac5d

Browse files
committed
Project: fix missed formating
1 parent b622e73 commit 477ac5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine/programloader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// This is a workaround to ignore libelfin ref-counting cycle.
1212
#ifdef __SANITIZE_ADDRESS__
13-
#include <sanitizer/lsan_interface.h>
13+
#include <sanitizer/lsan_interface.h>
1414
#endif
1515

1616
LOG_CATEGORY("machine.ProgramLoader");

0 commit comments

Comments
 (0)