Formatting.
authorEric Christopher <echristo@gmail.com>
Mon, 9 Sep 2013 20:03:08 +0000 (20:03 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 9 Sep 2013 20:03:08 +0000 (20:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190342 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Dwarf.h

index 91aef13de62ab5dc1138c018a1998f78799f16d4..0e00761bf3ccaabebb249e329e622040bb02e5cb 100644 (file)
@@ -769,9 +769,9 @@ enum AcceleratorTable {
   // Data layout descriptors.
   DW_ATOM_null = 0u,       // Marker as the end of a list of atoms.
   DW_ATOM_die_offset = 1u, // DIE offset in the debug_info section.
-  DW_ATOM_cu_offset = 2u,  // Offset of the compile unit header that contains the
+  DW_ATOM_cu_offset = 2u, // Offset of the compile unit header that contains the
                           // item in question.
-  DW_ATOM_die_tag = 3u,    // A tag entry.
+  DW_ATOM_die_tag = 3u,   // A tag entry.
   DW_ATOM_type_flags = 4u, // Set of flags for a type.
 
   // DW_ATOM_type_flags values.