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 | b800ff70c584d17907a43d8a835b9bc8eee6168b (patch) | |
tree | 4f4c923594a64aed12e5c2e2e609bdbce98b8526 /llvm/lib/CodeGen/AsmPrinter/DIE.cpp | |
parent | 2b40b7ef8446ba79a2c14e6b8d4d391920870bbc (diff) | |
download | bcm5719-llvm-b800ff70c584d17907a43d8a835b9bc8eee6168b.tar.gz bcm5719-llvm-b800ff70c584d17907a43d8a835b9bc8eee6168b.zip |
Whitespace and 80-col.
llvm-svn: 171803
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DIE.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIE.cpp b/llvm/lib/CodeGen/AsmPrinter/DIE.cpp index f33f0f999d7..a913ca404da 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIE.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DIE.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // // Data structures for DWARF info entries. -// +// //===----------------------------------------------------------------------===// #include "DIE.h" |