scstadmin: Adjust source code formatting

Remove a single space that follows a unary negation operator.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9156 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2020-09-14 01:53:27 +00:00
parent 7e012f4a80
commit c121a6ded8
@@ -490,7 +490,7 @@ sub setScstAttribute {
return TRUE if (!length($attribute) || !length($value));
my $bytes = - ENOENT;
my $bytes = -ENOENT;
my $path = make_path(SCST_ROOT_DIR(), $attribute);
my $io = new IO::File $path, O_WRONLY;
if ($io) {