NO-OP: fix indent

This commit is contained in:
Robin Gareus 2022-01-17 22:07:35 +01:00
parent 213cc626be
commit fef4c2aba0
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 2 additions and 2 deletions

View File

@ -627,8 +627,8 @@ TriggerPage::drop_paths_part_two (std::vector<std::string> paths)
bool
TriggerPage::idle_drop_paths (std::vector<std::string> paths)
{
drop_paths_part_two (paths);
return false;
drop_paths_part_two (paths);
return false;
}
gint