diff options
| author | Antonin Descampe <antonin@gmail.com> | 2016-01-25 23:22:06 +0100 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2016-01-25 23:22:06 +0100 |
| commit | 0febbff19e05cb1a6c2613eee76ad46a669c96cd (patch) | |
| tree | b6442d01348e2ba6404d0fd6abcc4eb6d6cc1390 /tests/unit/testempty0.c | |
| parent | bede1568b197021bb576b935422af6c1d0a79e21 (diff) | |
processed all c/h files through astyle with opj_astyle.cfgcodingstyle
Diffstat (limited to 'tests/unit/testempty0.c')
| -rw-r--r-- | tests/unit/testempty0.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/unit/testempty0.c b/tests/unit/testempty0.c index 09850604..d984a42a 100644 --- a/tests/unit/testempty0.c +++ b/tests/unit/testempty0.c @@ -1,7 +1,8 @@ #include "openjpeg.h" -int main(int argc, char **argv) { - (void)argc; - (void)argv; - return 0; +int main(int argc, char **argv) +{ + (void)argc; + (void)argv; + return 0; } |
