From: Yaron Keren Date: Sat, 7 Nov 2015 16:24:52 +0000 (+0000) Subject: Remove spaces at start of line, NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f53ed706412b179a9168b8c468b11ac1ca4f0af1;p=clang Remove spaces at start of line, NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252404 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Frontend/CompilerInvocation.h b/include/clang/Frontend/CompilerInvocation.h index 7d12548043..0b4a1e587e 100644 --- a/include/clang/Frontend/CompilerInvocation.h +++ b/include/clang/Frontend/CompilerInvocation.h @@ -72,7 +72,7 @@ public: ~CompilerInvocationBase(); CompilerInvocationBase(const CompilerInvocationBase &X); - + LangOptions *getLangOpts() { return LangOpts.get(); } const LangOptions *getLangOpts() const { return LangOpts.get(); }