summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2016-08-23 10:37:12 +0100
committerAdam Spiers <stow@adamspiers.org>2016-08-23 10:37:12 +0100
commitf5e12670d653324251827b8ceb45424ffdd162fd (patch)
tree998e564b7c0331723597281381383987741a11cf
parentc171ca8d839e0cd3d67d754b442c38865b6a8c4f (diff)
downloadstow-f5e12670d653324251827b8ceb45424ffdd162fd.tar.gz
remove superfluous space in function call
Be consistent with style elsewhere.
-rwxr-xr-xlib/Stow.pm.in2
1 files changed, 1 insertions, 1 deletions
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;
}