Skip to content

Commit 585b1f7

Browse files
committed
fix formatting
1 parent c0252c8 commit 585b1f7

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

libclc/generic/lib/gen_convert.py

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -167,22 +167,24 @@ def conditional_guard(src, dst):
167167
if not clc:
168168
includes = ["<clc/clc.h>"]
169169
else:
170-
includes = sorted([
171-
"<clc/internal/clc.h>",
172-
"<clc/integer/definitions.h>",
173-
"<clc/float/definitions.h>",
174-
"<clc/integer/clc_abs.h>",
175-
"<clc/common/clc_sign.h>",
176-
"<clc/shared/clc_clamp.h>",
177-
"<clc/shared/clc_min.h>",
178-
"<clc/shared/clc_max.h>",
179-
"<clc/math/clc_fabs.h>",
180-
"<clc/math/clc_rint.h>",
181-
"<clc/math/clc_ceil.h>",
182-
"<clc/math/clc_floor.h>",
183-
"<clc/math/clc_nextafter.h>",
184-
"<clc/relational/clc_select.h>",
185-
])
170+
includes = sorted(
171+
[
172+
"<clc/internal/clc.h>",
173+
"<clc/integer/definitions.h>",
174+
"<clc/float/definitions.h>",
175+
"<clc/integer/clc_abs.h>",
176+
"<clc/common/clc_sign.h>",
177+
"<clc/shared/clc_clamp.h>",
178+
"<clc/shared/clc_min.h>",
179+
"<clc/shared/clc_max.h>",
180+
"<clc/math/clc_fabs.h>",
181+
"<clc/math/clc_rint.h>",
182+
"<clc/math/clc_ceil.h>",
183+
"<clc/math/clc_floor.h>",
184+
"<clc/math/clc_nextafter.h>",
185+
"<clc/relational/clc_select.h>",
186+
]
187+
)
186188

187189
print(
188190
f"""/* !!!! AUTOGENERATED FILE generated by convert_type.py !!!!!

0 commit comments

Comments
 (0)