From 7826d40ff997e76d7cc4153ddde8bac6273e3a26 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 3 Dec 2019 10:47:22 +0000 Subject: Style nits in function arguments. --- attributes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'attributes.c') diff --git a/attributes.c b/attributes.c index 5849af2b..ca88a056 100644 --- a/attributes.c +++ b/attributes.c @@ -59,8 +59,8 @@ attributes_fromstring(const char *str) size_t end; u_int i; struct { - const char* name; - int attr; + const char *name; + int attr; } table[] = { { "bright", GRID_ATTR_BRIGHT }, { "bold", GRID_ATTR_BRIGHT }, -- cgit