diff options
author | Eric Christopher <echristo@gmail.com> | 2013-01-07 22:40:45 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-01-07 22:40:45 +0000 |
commit | ff34845f78ec5c20ccd8b5ec715d505eba9f66af (patch) | |
tree | 233ad13f05ae6db0898aa5264c0a410b198493f5 /lib/CodeGen/AsmPrinter/DIE.cpp | |
parent | 9a6c6a373629fb5a3cc5afd08aafa51339df95df (diff) |
Whitespace and 80-col.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171803 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DIE.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DIE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.cpp b/lib/CodeGen/AsmPrinter/DIE.cpp index f33f0f999d..a913ca404d 100644 --- a/lib/CodeGen/AsmPrinter/DIE.cpp +++ b/lib/CodeGen/AsmPrinter/DIE.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // // Data structures for DWARF info entries. -// +// //===----------------------------------------------------------------------===// #include "DIE.h" |