summaryrefslogtreecommitdiff
path: root/com32/modules/disk.c
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-04-19 18:26:39 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-04-19 18:26:39 -0700
commitd48c9f289d527656480199e844103a9907ebc4c5 (patch)
tree95412780632af7d1901f7417bd707ef121d97462 /com32/modules/disk.c
parenta1d3996b00a34089500253ca20ff87d79a41a7dc (diff)
downloadsyslinux-d48c9f289d527656480199e844103a9907ebc4c5.tar.gz
disk.c32: Fix indentation
Impact: none Fix indentation for the loop ending curly brace. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/modules/disk.c')
-rw-r--r--com32/modules/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/modules/disk.c b/com32/modules/disk.c
index 84d737fb..e94a36bf 100644
--- a/com32/modules/disk.c
+++ b/com32/modules/disk.c
@@ -58,6 +58,6 @@ int main(int argc __attribute__ (( unused )),
(int) d->edd_params.sectors_per_track);
printf(" Host bus: %s, Interface type: %s\n\n",
d->edd_params.host_bus_type, d->edd_params.interface_type);
- }
+ }
return 0;
}