summaryrefslogtreecommitdiffstats
path: root/src/u_alias.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/u_alias.c')
-rw-r--r--src/u_alias.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/u_alias.c b/src/u_alias.c
index 14ca75e..09e376c 100644
--- a/src/u_alias.c
+++ b/src/u_alias.c
@@ -18,8 +18,7 @@
#include "s_lalias.h"
#include "s_struct.h"
-size_t
- u_get_alias_value(char str[], const char name[], size_t dstsize, t_msh *msh)
+size_t u_get_alias_value(char str[], const char name[], size_t dstsize, t_msh *msh)
{
t_lalias *ptr;
@@ -43,8 +42,7 @@ size_t
return (ptr->id);
}
-void
- u_set_alias_value(const char name[], const char value[], t_msh *msh)
+void u_set_alias_value(const char name[], const char value[], t_msh *msh)
{
t_lalias *new;