Minor style nits - return ().

This commit is contained in:
Nicholas Marriott
2012-04-01 20:53:47 +00:00
parent 20d10c608d
commit c829bdf537
4 changed files with 7 additions and 7 deletions

View File

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