Skip to content

Commit cbb0ddf

Browse files
Add newline to jit.h
1 parent c119a5d commit cbb0ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/jit/jit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// To use preserve_none in JIT builds, we need to declare a separate function
22
// pointer with __attribute__((preserve_none)), since this attribute may not be
33
// supported by the compiler used to build the rest of the interpreter.
4-
typedef jit_func __attribute__((preserve_none)) jit_func_preserve_none;
4+
typedef jit_func __attribute__((preserve_none)) jit_func_preserve_none;

0 commit comments

Comments
 (0)