diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-15 03:16:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-15 03:16:16 +0000 |
commit | 4e7c740caea25377077e2abac519b2218504a061 (patch) | |
tree | 1c0278ec544e43ea962aa2d7f84d9327e5fdcf3c /sim/common/hw-handles.c | |
parent | e7599069219ebd317796e0a9be4ffb9a99022c9d (diff) | |
download | gdb-4e7c740caea25377077e2abac519b2218504a061.tar.gz |
sim: common: trim trailing whitespace
Diffstat (limited to 'sim/common/hw-handles.c')
-rw-r--r-- | sim/common/hw-handles.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sim/common/hw-handles.c b/sim/common/hw-handles.c index 69d166db981..fb1fe49cf57 100644 --- a/sim/common/hw-handles.c +++ b/sim/common/hw-handles.c @@ -155,7 +155,7 @@ hw_handle_add_ihandle (struct hw *hw, struct hw_instance *internal) { struct hw_handle_data *db = hw->handles_of_hw; - if (hw_handle_2ihandle (hw, internal) != 0) + if (hw_handle_2ihandle (hw, internal) != 0) { hw_abort (hw, "attempting to add an ihandle already in the data base"); } @@ -177,7 +177,7 @@ hw_handle_add_phandle (struct hw *hw, struct hw *internal) { struct hw_handle_data *db = hw->handles_of_hw; - if (hw_handle_2phandle (hw, internal) != 0) + if (hw_handle_2phandle (hw, internal) != 0) { hw_abort (hw, "attempting to add a phandle already in the data base"); } @@ -234,5 +234,3 @@ hw_handle_remove_phandle (struct hw *hw, } hw_abort (hw, "attempt to remove nonexistant phandle"); } - - |