From 0febbff19e05cb1a6c2613eee76ad46a669c96cd Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Mon, 25 Jan 2016 23:22:06 +0100 Subject: processed all c/h files through astyle with opj_astyle.cfg --- src/bin/jp3d/getopt.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/bin/jp3d/getopt.h') diff --git a/src/bin/jp3d/getopt.h b/src/bin/jp3d/getopt.h index 23299d1b..ab9c1a7b 100755 --- a/src/bin/jp3d/getopt.h +++ b/src/bin/jp3d/getopt.h @@ -1,14 +1,14 @@ -/* last review : october 29th, 2002 */ - -#ifndef _GETOPT_H_ -#define _GETOPT_H_ - -extern int opterr; -extern int optind; -extern int optopt; -extern int optreset; -extern char *optarg; - -extern int getopt(int nargc, char *const *nargv, const char *ostr); - -#endif /* _GETOPT_H_ */ +/* last review : october 29th, 2002 */ + +#ifndef _GETOPT_H_ +#define _GETOPT_H_ + +extern int opterr; +extern int optind; +extern int optopt; +extern int optreset; +extern char *optarg; + +extern int getopt(int nargc, char *const *nargv, const char *ostr); + +#endif /* _GETOPT_H_ */ -- cgit v1.2.3