commit 03bf8a84d0191cb78783358f0d3c9f57935979f9
parent 5099834b8def224a4aca699c6a6ec785430c82c7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 11 May 2018 15:26:10 +0200
Small fix of the coding style
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/htcop.h b/src/htcop.h
@@ -72,8 +72,8 @@ HTCOP_API res_T
htcop_create
(struct logger* logger, /* NULL <=> use default logger */
struct mem_allocator* allocator, /* NULL <=> use default allocator */
- const int verbose, /* Verbosity level */
- struct htcop** htcop);
+ const int verbose, /* Verbosity level */
+ struct htcop** htcop);
HTCOP_API res_T
htcop_load