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

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