From 653efea01f7ac0dbc10313cf660f6ac4f3194ba1 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 23 Feb 2010 09:05:01 +0000 Subject: [PATCH] Trailing whitespace. llvm-svn: 96923 --- utils/TableGen/LLVMCConfigurationEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/TableGen/LLVMCConfigurationEmitter.cpp b/utils/TableGen/LLVMCConfigurationEmitter.cpp index fac84a851f7..db590534e89 100644 --- a/utils/TableGen/LLVMCConfigurationEmitter.cpp +++ b/utils/TableGen/LLVMCConfigurationEmitter.cpp @@ -797,7 +797,7 @@ struct ToolDescription : public RefCountedBase { // 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)