Correct strange whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63927 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2009-02-06 07:01:00 +00:00
parent d96c60df3f
commit b454eabe7f
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ lto_module_is_object_file(const char* path);
*/
extern bool
lto_module_is_object_file_for_target(const char* path,
const char* target_triple_prefix);
const char* target_triple_prefix);
/**

View File

@ -108,7 +108,7 @@ MemoryBuffer* LTOModule::makeBuffer(const void* mem, size_t length)
LTOModule* LTOModule::makeLTOModule(const void* mem, size_t length,
std::string& errMsg)
std::string& errMsg)
{
OwningPtr<MemoryBuffer> buffer(makeBuffer(mem, length));
if ( !buffer )