diff options
author | nicm <nicm> | 2019-12-03 10:47:22 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-12-03 10:47:22 +0000 |
commit | 7826d40ff997e76d7cc4153ddde8bac6273e3a26 (patch) | |
tree | e02808b900cbb3600a5dedd2c3999d17dc176d4b /attributes.c | |
parent | ec1b8e5f05fa26b3ef9d0cd6cb810446b66bc0ac (diff) | |
download | rtmux-7826d40ff997e76d7cc4153ddde8bac6273e3a26.tar.gz rtmux-7826d40ff997e76d7cc4153ddde8bac6273e3a26.tar.bz2 rtmux-7826d40ff997e76d7cc4153ddde8bac6273e3a26.zip |
Style nits in function arguments.
Diffstat (limited to 'attributes.c')
-rw-r--r-- | attributes.c | 4 |
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 }, |