r229093 - Remove a stray blank line that my sort_include.py script found.
Chandler Carruth
chandlerc at gmail.com
Fri Feb 13 01:57:05 PST 2015
Author: chandlerc
Date: Fri Feb 13 03:57:05 2015
New Revision: 229093
URL: http://llvm.org/viewvc/llvm-project?rev=229093&view=rev
Log:
Remove a stray blank line that my sort_include.py script found.
Modified:
cfe/trunk/lib/Driver/MSVCToolChain.cpp
Modified: cfe/trunk/lib/Driver/MSVCToolChain.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/MSVCToolChain.cpp?rev=229093&r1=229092&r2=229093&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/MSVCToolChain.cpp (original)
+++ cfe/trunk/lib/Driver/MSVCToolChain.cpp Fri Feb 13 03:57:05 2015
@@ -21,7 +21,6 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Process.h"
-
#include <cstdio>
// Include the necessary headers to interface with the Windows registry and
More information about the cfe-commits
mailing list