[llvm] r247779 - Whitespace.
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 15 23:36:04 PDT 2015
Author: chapuni
Date: Wed Sep 16 01:36:03 2015
New Revision: 247779
URL: http://llvm.org/viewvc/llvm-project?rev=247779&view=rev
Log:
Whitespace.
Modified:
llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
Modified: llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h?rev=247779&r1=247778&r2=247779&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h Wed Sep 16 01:36:03 2015
@@ -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
More information about the llvm-commits
mailing list