remove superfluous space in function call
Be consistent with style elsewhere.
This commit is contained in:
parent
c171ca8d83
commit
f5e12670d6
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ sub should_skip_target_which_is_stow_dir {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
debug (4, "$target not protected");
|
debug(4, "$target not protected");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue