Skip to content

Commit 6b0d8ba

Browse files
committedMar 6, 2025·
Fix clang-format
1 parent b796dc2 commit 6b0d8ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎include/dxc/Support/HLSLOptions.td

+4-2
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,10 @@ def disable_exception_handling : Flag<["-", "/"], "disable-exception-handling">,
346346
def skip_serialization : Flag<["-", "/"], "skip-serialization">, Group<hlslcore_Group>, Flags<[CoreOption, HelpHidden]>,
347347
HelpText<"Return a module interface instead of serialized output">;
348348

349-
def metal : Flag<["-"], "metal">, Group<spirv_Group>, Flags<[CoreOption, DriverOption]>,
350-
HelpText<"Generate Metal code">;
349+
def metal : Flag<["-"], "metal">,
350+
Group<spirv_Group>,
351+
Flags<[CoreOption, DriverOption]>,
352+
HelpText<"Generate Metal code">;
351353

352354
// SPIRV Change Starts
353355
def spirv : Flag<["-"], "spirv">, Group<spirv_Group>, Flags<[CoreOption, DriverOption]>,

0 commit comments

Comments
 (0)
Please sign in to comment.