Imported Upstream version 0.165
[platform/upstream/elfutils.git] / libdw / dwarf_getabbrevtag.c
index 36a5262..52aaa3f 100644 (file)
@@ -37,8 +37,7 @@
 
 
 unsigned int
-dwarf_getabbrevtag (abbrev)
-     Dwarf_Abbrev *abbrev;
+dwarf_getabbrevtag (Dwarf_Abbrev *abbrev)
 {
   return abbrev == NULL ? 0 : abbrev->tag;
 }