Skip to content

Commit dd201e5

Browse files
[clang] Ensure newline at the end of files (NFC) (#143154)
1 parent 6ab6321 commit dd201e5

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

clang/include/clang/Sema/Redeclaration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ enum class RedeclarationKind {
2828
ForExternalRedeclaration
2929
};
3030

31-
#endif // LLVM_CLANG_SEMA_REDECLARATION_H
31+
#endif // LLVM_CLANG_SEMA_REDECLARATION_H

clang/include/clang/Sema/SemaPseudoObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ class SemaPseudoObject : public SemaBase {
3737

3838
} // namespace clang
3939

40-
#endif // LLVM_CLANG_SEMA_SEMAPSEUDOOBJECT_H
40+
#endif // LLVM_CLANG_SEMA_SEMAPSEUDOOBJECT_H

clang/lib/Analysis/FlowSensitive/Formula.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ void Formula::print(llvm::raw_ostream &OS, const AtomNames *Names) const {
9090
}
9191
}
9292

93-
} // namespace clang::dataflow
93+
} // namespace clang::dataflow

clang/lib/Headers/amxmovrstransposeintrin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ static void __tile_2rpntlvwz1rst1(__tile1024i *dst0, __tile1024i *dst1,
197197

198198
#undef __DEFAULT_FN_ATTRS
199199
#endif /* __x86_64__ */
200-
#endif /* __AMX_MOVRS_TRANSPOSEINTRIN_H */
200+
#endif /* __AMX_MOVRS_TRANSPOSEINTRIN_H */

clang/lib/Headers/hlsl/hlsl_spirv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ using SpirvOpaqueType = __hlsl_spirv_type<Opcode, 0, 0, Operands...>;
2525
} // namespace vk
2626
} // namespace hlsl
2727

28-
#endif // _HLSL_HLSL_SPIRV_H_
28+
#endif // _HLSL_HLSL_SPIRV_H_

clang/lib/Headers/movrsintrin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ _m_prefetchrs(volatile const void *__P) {
5656
}
5757

5858
#undef __DEFAULT_FN_ATTRS
59-
#endif // __MOVRSINTRIN_H
59+
#endif // __MOVRSINTRIN_H

clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,4 @@ void ento::registerUnreachableCodeChecker(CheckerManager &mgr) {
256256

257257
bool ento::shouldRegisterUnreachableCodeChecker(const CheckerManager &mgr) {
258258
return true;
259-
}
259+
}

0 commit comments

Comments
 (0)