From 48aac8801df86e743f5890a3cdc4882d0af89a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 25 Jul 2021 15:16:22 +0200 Subject: Convert remaining function definitions --- src/misc.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/misc.c') diff --git a/src/misc.c b/src/misc.c index 23d90b0..3010d16 100644 --- a/src/misc.c +++ b/src/misc.c @@ -50,7 +50,9 @@ IsSymbolic(char ch) } /** Get the name of a shell variable (returns a copy). */ -char *GetSymbolName(const char *str) { +char * +GetSymbolName(const char *str) +{ char *temp; int stop; @@ -187,7 +189,9 @@ Trim(char *str) } /** Copy a string. */ -char *CopyString(const char *str) { +char * +CopyString(const char *str) +{ char *temp; int len; -- cgit v1.2.3