summaryrefslogtreecommitdiff
path: root/dmiopt.c
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2008-10-27 21:51:38 +0000
committerJean Delvare <jdelvare@suse.de>2008-10-27 21:51:38 +0000
commit587e625c8f526358baf5c5d69ed0cd9b5a13c73c (patch)
tree850a577848a603a9cf38c29ce32968a48cb1c589 /dmiopt.c
parent0e32347bf1369091478ca0311b3b494ea0bc1951 (diff)
downloaddmidecode-git-587e625c8f526358baf5c5d69ed0cd9b5a13c73c.tar.gz
Coding style fixes.
Diffstat (limited to 'dmiopt.c')
-rw-r--r--dmiopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmiopt.c b/dmiopt.c
index a01e5da..1aea8e5 100644
--- a/dmiopt.c
+++ b/dmiopt.c
@@ -176,7 +176,7 @@ static void print_opt_string_list(void)
unsigned int i;
fprintf(stderr, "Valid string keywords are:\n");
- for (i = 0; i<ARRAY_SIZE(opt_string_keyword); i++)
+ for (i = 0; i < ARRAY_SIZE(opt_string_keyword); i++)
{
fprintf(stderr, " %s\n", opt_string_keyword[i].keyword);
}