Skip to content

Commit 4881e70

Browse files
clang-format
1 parent 401b28c commit 4881e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/SPIRV/SPIRVUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ bool isNestedPointer(const Type *Ty);
402402

403403
enum FPDecorationId { NONE, RTE, RTZ, RTP, RTN, SAT };
404404

405-
inline FPDecorationId demangledPostfixToDecorationId(const std::string& S) {
405+
inline FPDecorationId demangledPostfixToDecorationId(const std::string &S) {
406406
static std::unordered_map<std::string, FPDecorationId> Mapping = {
407407
{"rte", FPDecorationId::RTE},
408408
{"rtz", FPDecorationId::RTZ},

0 commit comments

Comments
 (0)