From: Nadav Rotem Date: Fri, 25 Jan 2013 22:57:05 +0000 (+0000) Subject: Fix a warning in the new DWARFheader. Add a new line at the end of the file. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81d68536384585b8f6dcf2ebb7b50c57cbedd874;p=platform%2Fupstream%2Fllvm.git Fix a warning in the new DWARFheader. Add a new line at the end of the file. llvm-svn: 173518 --- diff --git a/llvm/lib/DebugInfo/DWARFRelocMap.h b/llvm/lib/DebugInfo/DWARFRelocMap.h index f53d05c..6929e36 100644 --- a/llvm/lib/DebugInfo/DWARFRelocMap.h +++ b/llvm/lib/DebugInfo/DWARFRelocMap.h @@ -18,4 +18,5 @@ typedef DenseMap > RelocAddrMap; } // namespace llvm -#endif // LLVM_DEBUGINFO_DWARFRELOCMAP_H \ No newline at end of file +#endif // LLVM_DEBUGINFO_DWARFRELOCMAP_H +