Formatting.
authorEric Christopher <echristo@gmail.com>
Fri, 4 Oct 2013 23:06:14 +0000 (23:06 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 4 Oct 2013 23:06:14 +0000 (23:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191995 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo.h

index ecdca49558112f825e3c09afe87d9556ef9e9d52..6d63d66acfcacc392e47ec57f004b649c1797b83 100644 (file)
@@ -161,7 +161,7 @@ namespace llvm {
     explicit DISubrange(const MDNode *N = 0) : DIDescriptor(N) {}
 
     int64_t getLo() const { return getInt64Field(1); }
-    int64_t  getCount() const { return getInt64Field(2); }
+    int64_t getCount() const { return getInt64Field(2); }
     bool Verify() const;
   };