Whitespace.

llvm-svn: 247779
This commit is contained in:
NAKAMURA Takumi 2015-09-16 06:36:03 +00:00
parent ee82b497f8
commit 7e47bc9d73
1 changed files with 1 additions and 2 deletions

View File

@ -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