Whitespace.
authorEric Christopher <echristo@apple.com>
Tue, 18 Oct 2011 22:50:13 +0000 (22:50 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 18 Oct 2011 22:50:13 +0000 (22:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142438 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DebugInfo.h

index 9a53c4dadba0fb41baffba48578b424da1a3ecd3..11afabd636dbc45d3b67435f51c045a2b2406793 100644 (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);