OSDN Git Service

Whitespace.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 16 Sep 2015 06:36:03 +0000 (06:36 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 16 Sep 2015 06:36:03 +0000 (06:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247779 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/DWARF/DWARFDebugLine.h

index 93e7c79..760950b 100644 (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