Style nits in function arguments.

This commit is contained in:
nicm
2019-12-03 10:47:22 +00:00
parent ec1b8e5f05
commit 7826d40ff9
7 changed files with 12 additions and 12 deletions

View File

@ -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 },