From 488be6bee4be864ca96bf9ab0f88ec323b06c6e5 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 11 Nov 2014 01:03:43 +0100 Subject: Opening curl braces should be on the same line --- src/yawa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/yawa.h') diff --git a/src/yawa.h b/src/yawa.h index dd80967..7cafd2c 100644 --- a/src/yawa.h +++ b/src/yawa.h @@ -71,8 +71,7 @@ struct arguments { }; // Order of fields: {NAME, KEY, ARG, FLAGS, DOC, GROUP}. -static struct argp_option options[] = -{ +static struct argp_option options[] = { {0, 0, 0, 0, "Gradients:", 1}, {"add", 'a', "COLOR", 0, "Add color to range using distance 1", 1}, // TODO: Figure out what to do about `-addd @@ -104,4 +103,5 @@ static struct argp_option options[] = {"write", 'w', "FILENAME", 0, "Write the current image to a file", -1}, // Not implemented {0, 0, 0, 0, 0, 0} }; + #endif -- cgit v1.2.3-54-g00ecf