Skip to content

Commit 1672f40

Browse files
committed
fix indentation
1 parent 8e79272 commit 1672f40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cuda_bindings/cuda/bindings/_bindings/cydriver.pyx.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2763,8 +2763,8 @@ cdef int cuPythonInit() except -1 nogil:
27632763
_F_cuGetProcAddress_v2('cuGraphicsVDPAURegisterOutputSurface', &__cuGraphicsVDPAURegisterOutputSurface, 3010, CU_GET_PROC_ADDRESS_DEFAULT, NULL)
27642764
{{endif}}
27652765

2766-
__cuPythonInit = True
2767-
return 0
2766+
__cuPythonInit = True
2767+
return 0
27682768

27692769
{{if 'Windows' == platform.system()}}
27702770
# Load using win32GetAddr

0 commit comments

Comments
 (0)