mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-15 00:02:36 +02: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