commit 74206e384134e4c0e2db7882ba804651beccdbd4
parent a5ae8166d9b9e054ad18ae5be117290b22233469
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date: Sun, 20 Dec 2020 14:07:34 -0800
Fold long function decloration
I believe that would be considered a decloration since it's not the
definition itself.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/main.c b/main.c
@@ -327,7 +327,8 @@ gawkat(const char *path)
}
int
-cgoto(int argc, const char **argv, int depth, const char *tmpdir, const char *host, const char *path, const char *port)
+cgoto(int argc, const char **argv, int depth, const char *tmpdir, const char *host,
+ const char *path, const char *port)
{
char npath[PATH_MAX];
const char *nhost, *nport;