summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/CompilerInvocation.h
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2015-11-07 16:24:52 +0000
committerYaron Keren <yaron.keren@gmail.com>2015-11-07 16:24:52 +0000
commitf53ed706412b179a9168b8c468b11ac1ca4f0af1 (patch)
treeea6c5b9e980d17dd8c575229a02d10d6c0a2c754 /include/clang/Frontend/CompilerInvocation.h
parent4351a6f10a8cea94e45ce50e991beb05b16d3e62 (diff)
Remove spaces at start of line, NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252404 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/CompilerInvocation.h')
-rw-r--r--include/clang/Frontend/CompilerInvocation.h2
1 files changed, 1 insertions, 1 deletions
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(); }