From 217d6318e4f6e204d85147f3906bd18360a1f7a1 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 16 Sep 2015 06:36:03 +0000 Subject: [PATCH] Whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247779 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo/DWARF/DWARFDebugLine.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h b/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h index 93e7c790ccf..760950b726b 100644 --- a/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h +++ b/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h @@ -196,7 +196,7 @@ public: // Fills the Result argument with the file and line information // corresponding to Address. Returns true on success. - bool getFileLineInfoForAddress(uint64_t Address, const char *CompDir, + bool getFileLineInfoForAddress(uint64_t Address, const char *CompDir, DILineInfoSpecifier::FileLineInfoKind Kind, DILineInfo &Result) const; @@ -247,7 +247,6 @@ private: const RelocAddrMap *RelocMap; LineTableMapTy LineTableMap; }; - } #endif -- 2.34.1