Trailing whitespace.
authorMikhail Glushenkov <foldr@codedgers.com>
Tue, 23 Feb 2010 09:05:01 +0000 (09:05 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Tue, 23 Feb 2010 09:05:01 +0000 (09:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96923 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/LLVMCConfigurationEmitter.cpp

index fac84a851f723bd136f774a383ab01fbdb672438..db590534e89903db50172d7eceffb99cccdc6717 100644 (file)
@@ -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)