Skip to content

Commit bd6df6b

Browse files
committed
No, the *other* clang-format
1 parent 5ae0123 commit bd6df6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/IR/PrintPasses.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ template <typename T> class ScopedDbgInfoFormatSetter {
9494
};
9595

9696
template <typename T>
97-
ScopedDbgInfoFormatSetter(T &Obj,
98-
bool NewState) -> ScopedDbgInfoFormatSetter<T>;
97+
ScopedDbgInfoFormatSetter(T &Obj, bool NewState)
98+
-> ScopedDbgInfoFormatSetter<T>;
9999

100100
} // namespace llvm
101101

0 commit comments

Comments
 (0)