Skip to content

Commit 2380fda

Browse files
committed
chore: fmt
1 parent 97cfad0 commit 2380fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_bindings/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def parse_headers(header_dict):
150150
"\\(enum ": "(",
151151
# Since we only support 64 bit architectures, we can inline the sizeof(T*) to 8 and then compute the
152152
# result in Python. The arithmetic expression is preserved to help with clarity and understanding
153-
r'char reserved\[52 - sizeof\(CUcheckpointGpuPair \*\)\];' : rf'char reserved[{52 - 8}];',
153+
r"char reserved\[52 - sizeof\(CUcheckpointGpuPair \*\)\];": rf"char reserved[{52 - 8}];",
154154
}
155155

156156
print(f'Parsing headers in "{include_path_list}" (Caching = {PARSER_CACHING})')

0 commit comments

Comments
 (0)