remove superfluous space in function call

Be consistent with style elsewhere.
This commit is contained in:
Adam Spiers 2016-08-23 10:37:12 +01:00
parent c171ca8d83
commit f5e12670d6

View file

@ -559,7 +559,7 @@ sub should_skip_target_which_is_stow_dir {
return 1;
}
debug (4, "$target not protected");
debug(4, "$target not protected");
return 0;
}