Skip to content

Commit 02664a4

Browse files
authored
clang-format
1 parent deec9bb commit 02664a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/runtime/CUDA/registration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extern void __cudaRegisterFunction(void **fatCubinHandle, const char *hostFun,
2121
uint3 *bid, dim3 *bDim, dim3 *gDim, int *wSize);
2222

2323
void *RTDECL(CUFRegisterModule)(void *data) {
24-
void** fatHandle = __cudaRegisterFatBinary(data);
24+
void **fatHandle = __cudaRegisterFatBinary(data);
2525
__cudaRegisterFatBinaryEnd(fatHandle);
2626
return fatHandle;
2727
}

0 commit comments

Comments
 (0)