Tweak for lldb coding style consistency.
authorJason Molenda <jmolenda@apple.com>
Tue, 8 Jul 2014 23:46:39 +0000 (23:46 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 8 Jul 2014 23:46:39 +0000 (23:46 +0000)
llvm-svn: 212575

lldb/source/Symbol/ClangASTContext.cpp

index 19835a3..39fb13e 100644 (file)
@@ -499,7 +499,8 @@ ClangASTContext::getDiagnosticConsumer()
     return m_diagnostic_consumer_ap.get();
 }
 
-std::shared_ptr<TargetOptions> &ClangASTContext::getTargetOptions() {
+std::shared_ptr<TargetOptions> &
+ClangASTContext::getTargetOptions() {
     if (m_target_options_rp.get() == nullptr && !m_target_triple.empty())
     {
         m_target_options_rp = std::make_shared<TargetOptions>();