]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/common/ChangeLog
sim: fix func call style (space before paren)
authorMike Frysinger <vapier@gentoo.org>
Wed, 11 May 2011 20:02:42 +0000 (20:02 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 11 May 2011 20:02:42 +0000 (20:02 +0000)
commit34b47c3828ca8e6d9dcddb2886744fb470e4276c
treec6e8881cf59afd20bc6090bb7a2416c0ec1fd1cd
parent1f84b6196ba7218766be02547881a5c2165be3ae
sim: fix func call style (space before paren)

Committed this as obvious:
-foo(...);
+foo (...);

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24 files changed:
sim/common/ChangeLog
sim/common/callback.c
sim/common/dv-pal.c
sim/common/dv-sockser.c
sim/common/hw-base.c
sim/common/hw-device.c
sim/common/hw-instances.c
sim/common/hw-ports.c
sim/common/hw-properties.c
sim/common/hw-tree.c
sim/common/sim-abort.c
sim/common/sim-arange.c
sim/common/sim-config.c
sim/common/sim-core.c
sim/common/sim-engine.c
sim/common/sim-events.c
sim/common/sim-hw.c
sim/common/sim-io.c
sim/common/sim-memopt.c
sim/common/sim-options.c
sim/common/sim-profile.c
sim/common/sim-resume.c
sim/common/sim-stop.c
sim/common/syscall.c