From 3b048412a86f31a520c83d8604569c88ec9cbbf6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sat, 9 Jul 2011 18:10:02 +0200 Subject: [PATCH 1/1] Reformat --- include/yaz/options.h | 2 +- src/options.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/yaz/options.h b/include/yaz/options.h index edd477a..a822b47 100644 --- a/include/yaz/options.h +++ b/include/yaz/options.h @@ -56,7 +56,7 @@ YAZ_BEGIN_CDECL The second is zero ore more long option values (synonum for single char) If colon is appended, it means the option takes an argument. */ -YAZ_EXPORT int options (const char *desc, char **argv, int argc, char **arg); +YAZ_EXPORT int options(const char *desc, char **argv, int argc, char **arg); #define YAZ_OPTIONS_ERROR (-1) #define YAZ_OPTIONS_EOF (-2) diff --git a/src/options.c b/src/options.c index 4d92e13..d0811a9 100644 --- a/src/options.c +++ b/src/options.c @@ -17,7 +17,7 @@ static int arg_no = 1; static size_t arg_off = 0; -int options (const char *desc, char **argv, int argc, char **arg) +int options(const char *desc, char **argv, int argc, char **arg) { const char *opt_buf = 0; size_t i = 0; -- 1.7.10.4