Eliminate tabs and trailing spaces.
[oota-llvm.git] / include / llvm / Support / CommandLine.h
index 9cad99f4415f2cc71fa7e6c31cf17a40b596c59d..2ed7581268d4767f13a43adb04262f4cd3ab7319 100644 (file)
@@ -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!