diff options
Diffstat (limited to 'src/math/arg.h')
| -rw-r--r-- | src/math/arg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/arg.h b/src/math/arg.h index 55e1b19..a7859dd 100644 --- a/src/math/arg.h +++ b/src/math/arg.h @@ -20,6 +20,6 @@ arg_t *arg_new(); * @brief * @param arg */ -void arg_free (arg_t **arg); +void arg_free(arg_t **arg); #endif // ECGEN_ARG_H |
