diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-07-27 05:53:44 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-07-27 05:53:44 +0000 |
commit | 33a030e36cdf5baed438434093869c2a7c087720 (patch) | |
tree | c498865cae3a8e3e50990bc9b6ffcc0442b5472c /llvm/include/llvm/Support/CommandLine.h | |
parent | f7100ad225c9d9c38f3ad57b48f2245a0930b5d8 (diff) | |
download | bcm5719-llvm-33a030e36cdf5baed438434093869c2a7c087720.tar.gz bcm5719-llvm-33a030e36cdf5baed438434093869c2a7c087720.zip |
Eliminate tabs and trailing spaces.
llvm-svn: 22520
Diffstat (limited to 'llvm/include/llvm/Support/CommandLine.h')
-rw-r--r-- | llvm/include/llvm/Support/CommandLine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index 9cad99f4415..2ed7581268d 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/include/llvm/Support/CommandLine.h @@ -734,7 +734,7 @@ class opt : public Option, virtual bool handleOccurrence(unsigned pos, const char *ArgName, const std::string &Arg) { - typename ParserClass::parser_data_type Val = + typename ParserClass::parser_data_type Val = typename ParserClass::parser_data_type(); if (Parser.parse(*this, ArgName, Arg, Val)) return true; // Parse error! |