summaryrefslogtreecommitdiff
path: root/ownership.c
diff options
context:
space:
mode:
authorkhali <khali>2008-11-05 21:32:36 +0000
committerkhali <khali>2008-11-05 21:32:36 +0000
commit295abb000ae90c5a005ffca3e66d7d78cf37659f (patch)
tree81ce1e8fa99419456abe2aec2e48349f888a5139 /ownership.c
parent6f9ec9c67cc150e56510fbd65d63200bb5d4c5ab (diff)
downloaddmidecode-295abb000ae90c5a005ffca3e66d7d78cf37659f.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' },