mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Minor style nits - return ().
This commit is contained in:
@ -75,7 +75,7 @@ cmd_find_window_match_flags(struct args *args)
|
||||
if (match_flags == 0)
|
||||
match_flags = CMD_FIND_WINDOW_ALL;
|
||||
|
||||
return match_flags;
|
||||
return (match_flags);
|
||||
}
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user