Skip to content

Commit cf11f15

Browse files
committed
clang-format
1 parent 668f085 commit cf11f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/STLFunctionalExtras.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace llvm {
3636
/// a function_ref.
3737
template<typename Fn> class function_ref;
3838

39-
template<typename Ret, typename ...Params>
39+
template <typename Ret, typename... Params>
4040
class LLVM_GSL_POINTER function_ref<Ret(Params...)> {
4141
Ret (*callback)(intptr_t callable, Params ...params) = nullptr;
4242
intptr_t callable;

0 commit comments

Comments
 (0)