Skip to content

Commit d7c03a1

Browse files
committed
[clang][AArch64][NFC] Remove trailing space in SME intriniscs header
1 parent a9e3d23 commit d7c03a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/utils/TableGen/SveEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ void SVEEmitter::createSMEHeader(raw_ostream &OS) {
15711571
OS << "#error \"Big endian is currently not supported for arm_sme_draft_spec_subject_to_change.h\"\n";
15721572
OS << "#endif\n";
15731573

1574-
OS << "#include <arm_sve.h> \n\n";
1574+
OS << "#include <arm_sve.h>\n\n";
15751575

15761576
OS << "/* Function attributes */\n";
15771577
OS << "#define __ai static __inline__ __attribute__((__always_inline__, "

0 commit comments

Comments
 (0)