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