Skip to content

Commit 5ae0123

Browse files
committed
Clang-format
1 parent b7d9744 commit 5ae0123

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/include/llvm/IR/PrintPasses.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ template <typename T> class ScopedDbgInfoFormatSetter {
9393
~ScopedDbgInfoFormatSetter() { Obj.setIsNewDbgInfoFormat(OldState); }
9494
};
9595

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

98100
} // namespace llvm
99101

0 commit comments

Comments
 (0)