1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Trailing whitespace.

llvm-svn: 96923
This commit is contained in:
Mikhail Glushenkov 2010-02-23 09:05:01 +00:00
parent c47f951a86
commit 653efea01f

View 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)