Fix preprocessor warnings for no newline at the end of the source files.

llvm-svn: 141755
This commit is contained in:
Greg Clayton 2011-10-12 00:53:29 +00:00
parent 7c8798baea
commit d4e2552c73
7 changed files with 7 additions and 7 deletions

View File

@ -519,4 +519,4 @@ public:
};
#endif // #ifndef liblldb_MappedHash_h_
#endif // #ifndef liblldb_MappedHash_h_

View File

@ -486,4 +486,4 @@ SBData::Append(const SBData& rhs)
log->Printf ("SBData::Append (rhs=%p) => "
"(%s)", rhs.get(), value ? "true" : "false");
return value;
}
}

View File

@ -1899,4 +1899,4 @@ DataExtractor::Append(void* buf, uint32_t length)
SetData(buffer_sp);
return true;
}
}

View File

@ -306,4 +306,4 @@ SyntheticArrayView::FrontEnd::GetIndexOfChildWithName (const ConstString &name_c
if (index < 0)
return UINT32_MAX;
return index;
}
}

View File

@ -615,4 +615,4 @@ FormatManager::FormatManager() :
EnableCategory(m_gnu_cpp_category_name);
EnableCategory(m_default_category_name);
}
}

View File

@ -1393,4 +1393,4 @@ IRInterpreter::runOnFunction (lldb::ClangExpressionVariableSP &result,
return false;
return false;
}
}

View File

@ -87,4 +87,4 @@ protected:
};
#endif // #ifndef liblldb_OperatingSystemDarwinKernel_h_
#endif // #ifndef liblldb_OperatingSystemDarwinKernel_h_