Skip to content

Commit 1d9b472

Browse files
committed
add newline
1 parent f6f1be8 commit 1d9b472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticASTKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,4 +1042,4 @@ def warn_unpacked_field
10421042
def warn_unaligned_access : Warning<
10431043
"field %1 within %0 is less aligned than %2 and is usually due to %0 being "
10441044
"packed, which can lead to unaligned accesses">, InGroup<UnalignedAccess>, DefaultIgnore;
1045-
}
1045+
}

0 commit comments

Comments
 (0)