mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Style nits in function arguments.
This commit is contained in:
@ -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 },
|
||||
|
Reference in New Issue
Block a user