[llvm] r190019 - Formatting.

Eric Christopher echristo at gmail.com
Wed Sep 4 17:22:35 PDT 2013


Author: echristo
Date: Wed Sep  4 19:22:35 2013
New Revision: 190019

URL: http://llvm.org/viewvc/llvm-project?rev=190019&view=rev
Log:
Formatting.

Modified:
    llvm/trunk/lib/Support/Dwarf.cpp

Modified: llvm/trunk/lib/Support/Dwarf.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Dwarf.cpp?rev=190019&r1=190018&r2=190019&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Dwarf.cpp (original)
+++ llvm/trunk/lib/Support/Dwarf.cpp Wed Sep  4 19:22:35 2013
@@ -59,8 +59,8 @@ const char *llvm::dwarf::TagString(unsig
   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";





More information about the llvm-commits mailing list