From: Eric Christopher Date: Thu, 5 Sep 2013 00:22:35 +0000 (+0000) Subject: Formatting. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=edc8e7b4ffce82e19a1eb8080eef917bc443fe7f;p=oota-llvm.git Formatting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190019 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Dwarf.cpp b/lib/Support/Dwarf.cpp index 8a801396d0d..dd9d590a10e 100644 --- a/lib/Support/Dwarf.cpp +++ b/lib/Support/Dwarf.cpp @@ -59,8 +59,8 @@ const char *llvm::dwarf::TagString(unsigned Tag) { case DW_TAG_namelist_item: return "DW_TAG_namelist_item"; case DW_TAG_packed_type: return "DW_TAG_packed_type"; case DW_TAG_subprogram: return "DW_TAG_subprogram"; - case DW_TAG_template_type_parameter: return "DW_TAG_template_type_parameter"; - case DW_TAG_template_value_parameter:return "DW_TAG_template_value_parameter"; + case DW_TAG_template_type_parameter: return "DW_TAG_template_type_parameter"; + case DW_TAG_template_value_parameter: return "DW_TAG_template_value_parameter"; case DW_TAG_thrown_type: return "DW_TAG_thrown_type"; case DW_TAG_try_block: return "DW_TAG_try_block"; case DW_TAG_variant_part: return "DW_TAG_variant_part";