From ae0e7bf6f0010f404610a590e3a091928dc6a20f Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 5 Nov 2008 21:32:36 +0000 Subject: Coding style fixes. --- ownership.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ownership.c') 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' }, -- cgit v1.2.1