summaryrefslogtreecommitdiff
path: root/ownership.c
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2008-11-05 21:32:36 +0000
committerJean Delvare <jdelvare@suse.de>2008-11-05 21:32:36 +0000
commitae0e7bf6f0010f404610a590e3a091928dc6a20f (patch)
tree81ce1e8fa99419456abe2aec2e48349f888a5139 /ownership.c
parent924eb38b401559b52826418f14995ca74f1aa2a5 (diff)
downloaddmidecode-git-ae0e7bf6f0010f404610a590e3a091928dc6a20f.tar.gz
Coding style fixes.
Diffstat (limited to 'ownership.c')
-rw-r--r--ownership.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ownership.c b/ownership.c
index 901cbf4..d79af12 100644
--- a/ownership.c
+++ b/ownership.c
@@ -115,7 +115,7 @@ static int parse_command_line(int argc, char * const argv[])
{
int option;
const char *optstring = "d:hV";
- struct option longopts[]={
+ struct option longopts[] = {
{ "dev-mem", required_argument, NULL, 'd' },
{ "help", no_argument, NULL, 'h' },
{ "version", no_argument, NULL, 'V' },