Skip to content

Commit

Permalink
Fix compilation warning on the trailing whitespace. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbuck committed Oct 24, 2019
1 parent ed913a2 commit 950b800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/LTO/ThinLTOCodeGenerator.cpp
Expand Up @@ -611,7 +611,7 @@ struct IsPrevailing {
return Prevailing->second == S;
};
};
}; // namespace
} // namespace

static void computeDeadSymbolsInIndex(
ModuleSummaryIndex &Index,
Expand Down

0 comments on commit 950b800

Please sign in to comment.