Modularize.cpp: Prune CRLFs.

llvm-svn: 228992
This commit is contained in:
NAKAMURA Takumi 2015-02-13 00:28:26 +00:00
parent 43361ae42d
commit c8930de79e

View File

@ -178,10 +178,10 @@ using namespace llvm::opt;
using namespace Modularize;
// Option to specify a file name for a list of header files to check.
cl::list<std::string>
ListFileNames(cl::Positional, cl::value_desc("list"),
cl::desc("<list of one or more header list files>"),
cl::CommaSeparated);
cl::list<std::string>
ListFileNames(cl::Positional, cl::value_desc("list"),
cl::desc("<list of one or more header list files>"),
cl::CommaSeparated);
// Collect all other arguments, which will be passed to the front end.
cl::list<std::string>