Whitespace.

llvm-svn: 142438
This commit is contained in:
Eric Christopher 2011-10-18 22:50:13 +00:00
parent 85833f71c6
commit 2797d6e660
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ namespace llvm {
DIScope getContext() const { return getFieldAs<DIScope>(1); }
StringRef getName() const { return getStringField(2); }
DICompileUnit getCompileUnit() const{
DICompileUnit getCompileUnit() const {
assert (getVersion() <= LLVMDebugVersion10 && "Invalid getCompileUnit!");
if (getVersion() == llvm::LLVMDebugVersion7)
return getFieldAs<DICompileUnit>(3);