Skip to content

Commit 7007030

Browse files
committed
Fix format
1 parent 1d2436e commit 7007030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/GlobalMergeFunctions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class GlobalMergeFunc {
6060
/// becomes a thunk supplying contexts to the merged function via parameters.
6161
static constexpr const char MergingInstanceSuffix[] = ".Tgm";
6262

63-
GlobalMergeFunc(const ModuleSummaryIndex *Index) : Index(Index){};
63+
GlobalMergeFunc(const ModuleSummaryIndex *Index) : Index(Index) {};
6464

6565
void initializeMergerMode(const Module &M);
6666

0 commit comments

Comments
 (0)