r252404 - Remove spaces at start of line, NFC.
Yaron Keren via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 7 08:24:52 PST 2015
Author: yrnkrn
Date: Sat Nov 7 10:24:52 2015
New Revision: 252404
URL: http://llvm.org/viewvc/llvm-project?rev=252404&view=rev
Log:
Remove spaces at start of line, NFC.
Modified:
cfe/trunk/include/clang/Frontend/CompilerInvocation.h
Modified: cfe/trunk/include/clang/Frontend/CompilerInvocation.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/CompilerInvocation.h?rev=252404&r1=252403&r2=252404&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/CompilerInvocation.h (original)
+++ cfe/trunk/include/clang/Frontend/CompilerInvocation.h Sat Nov 7 10:24:52 2015
@@ -72,7 +72,7 @@ public:
~CompilerInvocationBase();
CompilerInvocationBase(const CompilerInvocationBase &X);
-
+
LangOptions *getLangOpts() { return LangOpts.get(); }
const LangOptions *getLangOpts() const { return LangOpts.get(); }
More information about the cfe-commits
mailing list