Remove i386_elf_emit_arch_note
[deliverable/binutils-gdb.git] / sim / common / sim-arange.c
index c1ed6663c0785da574b5fee8f3d809160cf42774..b945d8737b21fa6a040c5f0e2ca9ed265330a7dd 100644 (file)
@@ -1,5 +1,5 @@
 /* Address ranges.
-   Copyright (C) 1998, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1998-2015 Free Software Foundation, Inc.
    Contributed by Cygnus Solutions.
 
 This file is part of the GNU Simulators.
@@ -193,9 +193,9 @@ frob_range (ADDR_RANGE *ar, address_word start, address_word end, int delete_p)
 
  out:
   if (new_asr)
-    free(new_asr);
+    free (new_asr);
   if (new_asr2)
-    free(new_asr2);
+    free (new_asr2);
 }
 
 /* Free T and all subtrees.  */
This page took 0.026452 seconds and 4 git commands to generate.