Skip to content

Commit 2e5c7a6

Browse files
Formatting
1 parent 3f84d55 commit 2e5c7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,8 @@ size_t jit_var_size(uint32_t index) {
610610
return (size_t) jitc_var(index)->size;
611611
}
612612

613-
uint32_t jit_var_opaque_width(uint32_t index){
614-
if(index == 0)
613+
uint32_t jit_var_opaque_width(uint32_t index) {
614+
if (index == 0)
615615
return 0;
616616

617617
lock_guard guard(state.lock);

0 commit comments

Comments
 (0)