summaryrefslogtreecommitdiff
path: root/sim/common/sim-arange.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-05-11 20:02:41 +0000
committerMike Frysinger <vapier@gentoo.org>2011-05-11 20:02:41 +0000
commitb2d1dfdf972883cde23f8288904a777ac61c92ca (patch)
treea0126de85d2f8928654c5da429382ffee875518d /sim/common/sim-arange.c
parent41b0126667f11febd6369b19a37ce11981558e3b (diff)
downloadgdb-b2d1dfdf972883cde23f8288904a777ac61c92ca.tar.gz
sim: fix func call style (space before paren)
Committed this as obvious: -foo(...); +foo (...); Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/common/sim-arange.c')
-rw-r--r--sim/common/sim-arange.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/sim-arange.c b/sim/common/sim-arange.c
index 799e085908f..b73eb211ea0 100644
--- a/sim/common/sim-arange.c
+++ b/sim/common/sim-arange.c
@@ -194,9 +194,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. */