aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DIE.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-01-07 22:40:45 +0000
committerEric Christopher <echristo@gmail.com>2013-01-07 22:40:45 +0000
commitff34845f78ec5c20ccd8b5ec715d505eba9f66af (patch)
tree233ad13f05ae6db0898aa5264c0a410b198493f5 /lib/CodeGen/AsmPrinter/DIE.h
parent9a6c6a373629fb5a3cc5afd08aafa51339df95df (diff)
downloadexternal_llvm-ff34845f78ec5c20ccd8b5ec715d505eba9f66af.zip
external_llvm-ff34845f78ec5c20ccd8b5ec715d505eba9f66af.tar.gz
external_llvm-ff34845f78ec5c20ccd8b5ec715d505eba9f66af.tar.bz2
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.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DIE.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h
index 03a9a43..35d7959 100644
--- a/lib/CodeGen/AsmPrinter/DIE.h
+++ b/lib/CodeGen/AsmPrinter/DIE.h
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
//
// Data structures for DWARF info entries.
-//
+//
//===----------------------------------------------------------------------===//
#ifndef CODEGEN_ASMPRINTER_DIE_H__
@@ -155,7 +155,7 @@ namespace llvm {
void setTag(unsigned Tag) { Abbrev.setTag(Tag); }
void setOffset(unsigned O) { Offset = O; }
void setSize(unsigned S) { Size = S; }
-
+
/// addValue - Add a value and attributes to a DIE.
///
void addValue(unsigned Attribute, unsigned Form, DIEValue *Value) {