aboutsummaryrefslogtreecommitdiff
path: root/src/math/arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/arg.h')
-rw-r--r--src/math/arg.h2
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