From cee3d812107f1bc9056059afdbe41f9bea129bce Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Tue, 13 Nov 2018 10:05:02 +0000 Subject: [PATCH] changed spacing --- moo/lib/comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moo/lib/comp.c b/moo/lib/comp.c index 9e6983c..c0e2678 100644 --- a/moo/lib/comp.c +++ b/moo/lib/comp.c @@ -3123,7 +3123,7 @@ static int clone_keyword (moo_t* moo, const moo_oocs_t* name, moo_oow_t* offset) static int add_method_name_fragment (moo_t* moo, moo_method_data_t* mth, const moo_oocs_t* name) { /* method name fragments are concatenated without any delimiters */ - return copy_string_to (moo, name, &mth->name, &mth->name_capa, 1, '\0'); + return copy_string_to(moo, name, &mth->name, &mth->name_capa, 1, '\0'); } static int method_exists (moo_t* moo, const moo_oocs_t* name)