Skip to content

Commit f801afb

Browse files
committed
clang-format
1 parent fb7698d commit f801afb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

orc-rt/lib/prelink/orc-rt-prelink.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
#include <stdio.h>
22

3-
extern "C" void orc_rt(void) {
4-
printf("hello, world!\n");
5-
}
3+
extern "C" void orc_rt(void) { printf("hello, world!\n"); }

0 commit comments

Comments
 (0)