diff --git a/lib/Stow.pm.in b/lib/Stow.pm.in index 851bb86..633d584 100755 --- a/lib/Stow.pm.in +++ b/lib/Stow.pm.in @@ -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; }