Whitespace
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 8 Oct 2011 11:22:41 +0000 (11:22 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 8 Oct 2011 11:22:41 +0000 (11:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141483 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/DWARFDebugLine.cpp

index c91281cac8aaf3c204bd2ac8a2771200ddfff7ee..94efe81539c578b5ddb5195949398d0eab364bb0 100644 (file)
@@ -177,7 +177,7 @@ DWARFDebugLine::parsePrologue(DataExtractor debug_line_data,
 
   if (*offset_ptr != end_prologue_offset) {
     fprintf(stderr, "warning: parsing line table prologue at 0x%8.8x should"
-                    " have ended at 0x%8.8x but it ended ad 0x%8.8x\n", 
+                    " have ended at 0x%8.8x but it ended ad 0x%8.8x\n",
             prologue_offset, end_prologue_offset, *offset_ptr);
   }
   return end_prologue_offset;