forked from OSchip/llvm-project
Fix preprocessor warnings for no newline at the end of the source files.
llvm-svn: 141755
This commit is contained in:
parent
7c8798baea
commit
d4e2552c73
|
@ -519,4 +519,4 @@ public:
|
|||
|
||||
};
|
||||
|
||||
#endif // #ifndef liblldb_MappedHash_h_
|
||||
#endif // #ifndef liblldb_MappedHash_h_
|
||||
|
|
|
@ -486,4 +486,4 @@ SBData::Append(const SBData& rhs)
|
|||
log->Printf ("SBData::Append (rhs=%p) => "
|
||||
"(%s)", rhs.get(), value ? "true" : "false");
|
||||
return value;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1899,4 +1899,4 @@ DataExtractor::Append(void* buf, uint32_t length)
|
|||
SetData(buffer_sp);
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -306,4 +306,4 @@ SyntheticArrayView::FrontEnd::GetIndexOfChildWithName (const ConstString &name_c
|
|||
if (index < 0)
|
||||
return UINT32_MAX;
|
||||
return index;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -615,4 +615,4 @@ FormatManager::FormatManager() :
|
|||
EnableCategory(m_gnu_cpp_category_name);
|
||||
EnableCategory(m_default_category_name);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1393,4 +1393,4 @@ IRInterpreter::runOnFunction (lldb::ClangExpressionVariableSP &result,
|
|||
return false;
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -87,4 +87,4 @@ protected:
|
|||
|
||||
};
|
||||
|
||||
#endif // #ifndef liblldb_OperatingSystemDarwinKernel_h_
|
||||
#endif // #ifndef liblldb_OperatingSystemDarwinKernel_h_
|
||||
|
|
Loading…
Reference in New Issue