mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 05:36:22 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user