mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Various minor style and spacing nits.
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
#include "tmux.h"
|
||||
|
||||
struct cmd_list *
|
||||
cmd_list_parse(int argc, char **argv, const char* file, u_int line,
|
||||
cmd_list_parse(int argc, char **argv, const char *file, u_int line,
|
||||
char **cause)
|
||||
{
|
||||
struct cmd_list *cmdlist;
|
||||
|
Reference in New Issue
Block a user