ide: fix whitespace gap in ide_exec_cmd
authorAlexander Graf <agraf@suse.de>
Tue, 14 Dec 2010 00:34:34 +0000 (01:34 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 17 Dec 2010 15:11:00 +0000 (16:11 +0100)
commit01502817a8c9e8ae24a1f7fa0ee07fd1047ef8e9
tree21eed748975498ed71bf3ee70acef6053d2e3c96
parent3ef1cad7be48b4ef2a0f47602d8cde3f573968a9
ide: fix whitespace gap in ide_exec_cmd

Now that we have the function split out, we have to reindent it.
In order to increase the readability of the actual functional change,
this is split out.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/ide/core.c