diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-02-23 09:05:01 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-02-23 09:05:01 +0000 |
commit | c43012960aa5d4c7720be546d739e6d3f4e82ea4 (patch) | |
tree | 3387af9a916c86e24c458c5224c26735f398f663 | |
parent | 1afba8e474c54939bc6ab92ed57776fd059529a0 (diff) | |
download | external_llvm-c43012960aa5d4c7720be546d739e6d3f4e82ea4.zip external_llvm-c43012960aa5d4c7720be546d739e6d3f4e82ea4.tar.gz external_llvm-c43012960aa5d4c7720be546d739e6d3f4e82ea4.tar.bz2 |
Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96923 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | utils/TableGen/LLVMCConfigurationEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/LLVMCConfigurationEmitter.cpp b/utils/TableGen/LLVMCConfigurationEmitter.cpp index fac84a8..db59053 100644 --- a/utils/TableGen/LLVMCConfigurationEmitter.cpp +++ b/utils/TableGen/LLVMCConfigurationEmitter.cpp @@ -797,7 +797,7 @@ struct ToolDescription : public RefCountedBase<ToolDescription> { // Default ctor here is needed because StringMap can only store // DefaultConstructible objects ToolDescription () - : CmdLine(0), Actions(0), OutFileOption("-o"), + : CmdLine(0), Actions(0), OutFileOption("-o"), Flags(0), OnEmpty(0) {} ToolDescription (const std::string& n) |