summaryrefslogtreecommitdiffstats
path: root/attributes.c
diff options
context:
space:
mode:
authornicm <nicm>2019-12-03 10:47:22 +0000
committernicm <nicm>2019-12-03 10:47:22 +0000
commit7826d40ff997e76d7cc4153ddde8bac6273e3a26 (patch)
treee02808b900cbb3600a5dedd2c3999d17dc176d4b /attributes.c
parentec1b8e5f05fa26b3ef9d0cd6cb810446b66bc0ac (diff)
Style nits in function arguments.
Diffstat (limited to 'attributes.c')
-rw-r--r--attributes.c4
1 files changed, 2 insertions, 2 deletions
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 },