Indent labels
[deliverable/binutils-gdb.git] / bfd / elfcore.h
index eaf40f24cc9b0183b5f89c646752babdf5b397dd..591ca531a6325d44f59059232adb0df1db393b71 100644 (file)
@@ -316,9 +316,9 @@ elf_core_file_p (bfd *abfd)
   abfd->start_address = i_ehdrp->e_entry;
   return abfd->xvec;
 
-wrong:
+ wrong:
   bfd_set_error (bfd_error_wrong_format);
-fail:
+ fail:
   return NULL;
 }
 
@@ -419,8 +419,8 @@ NAME(_bfd_elf, core_find_build_id)
      build-id was found.  */
   goto fail;
 
-wrong:
+ wrong:
   bfd_set_error (bfd_error_wrong_format);
-fail:
+ fail:
   return FALSE;
 }
This page took 0.0232599999999999 seconds and 4 git commands to generate.