From 7ce1a01225a33dd9ce4b1a3b522848be73b5592d Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 22 Mar 2022 01:05:07 -0700 Subject: decl: Style --- decl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/decl.c b/decl.c index 5558df5..d10e3b6 100644 --- a/decl.c +++ b/decl.c @@ -1014,7 +1014,8 @@ decl(struct scope *s, struct func *f) } } -struct decl *stringdecl(struct expr *expr) +struct decl * +stringdecl(struct expr *expr) { static struct map *strings; struct mapkey key; -- cgit v1.2.3