hw/omap_dma: add matching {} in if 0
commit317b7e67dbeaf8e59c5ed45fa37a9fe0c3d1d6b0
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 1 Oct 2009 17:30:49 +0000 (1 19:30 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 4 Oct 2009 11:24:45 +0000 (4 13:24 +0200)
treeea362e7e3f11959798b8ed791df41db7fdd15b46
parenta628b869be2ff8a404b43029e3e56919ce2e3c29
hw/omap_dma: add matching {} in if 0

MULTI_REQ is never defined, so it doesn't matter much, but since
we have an if statement there, let's add {} to clarify what it
should do if it's uncommented, and indent the code properly.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/omap_dma.c