zap stray whitespace

This commit is contained in:
okan
2013-04-05 17:07:25 +00:00
parent c5a76f1d5b
commit 670207f79b
5 changed files with 13 additions and 13 deletions

View File

@@ -189,13 +189,13 @@ search_match_path(struct menu_q *menuq, struct menu_q *resultq, char *search, in
globfree(&g);
}
void
void
search_match_path_exec(struct menu_q *menuq, struct menu_q *resultq, char *search)
{
return (search_match_path(menuq, resultq, search, PATH_EXEC));
}
void
void
search_match_path_any(struct menu_q *menuq, struct menu_q *resultq, char *search)
{
return (search_match_path(menuq, resultq, search, 0));