From fc753102300a704e4385910c279520b0edb19034 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 4 Oct 2013 23:06:14 +0000 Subject: [PATCH] Formatting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191995 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index ecdca495581..6d63d66acfc 100644 --- a/include/llvm/DebugInfo.h +++ b/include/llvm/DebugInfo.h @@ -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; };