Skip to content

Commit 02bc476

Browse files
committed
undo clang-unformat
1 parent 927380b commit 02bc476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Basic/DiagnosticParseKinds.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,8 +1736,8 @@ def warn_pragma_unroll_cuda_value_in_parens : Warning<
17361736
"argument to '#pragma unroll' should not be in parentheses in CUDA C/C++">,
17371737
InGroup<CudaCompat>;
17381738

1739-
def err_ptrauth_qualifier_bad_arg_count
1740-
: Error<"'__ptrauth' qualifier must take between 1 and 4 arguments">;
1739+
def err_ptrauth_qualifier_bad_arg_count : Error<
1740+
"'__ptrauth' qualifier must take between 1 and 4 arguments">;
17411741

17421742
def warn_cuda_attr_lambda_position : Warning<
17431743
"nvcc does not allow '__%0__' to appear after the parameter list in lambdas">,

0 commit comments

Comments
 (0)