[clang-tools-extra] r228992 - Modularize.cpp: Prune CRLFs.

NAKAMURA Takumi geek4civic at gmail.com
Thu Feb 12 16:28:26 PST 2015


Author: chapuni
Date: Thu Feb 12 18:28:26 2015
New Revision: 228992

URL: http://llvm.org/viewvc/llvm-project?rev=228992&view=rev
Log:
Modularize.cpp: Prune CRLFs.

Modified:
    clang-tools-extra/trunk/modularize/Modularize.cpp

Modified: clang-tools-extra/trunk/modularize/Modularize.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/modularize/Modularize.cpp?rev=228992&r1=228991&r2=228992&view=diff
==============================================================================
--- clang-tools-extra/trunk/modularize/Modularize.cpp (original)
+++ clang-tools-extra/trunk/modularize/Modularize.cpp Thu Feb 12 18:28:26 2015
@@ -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>





More information about the cfe-commits mailing list