diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-10-18 15:29:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-10-18 15:29:41 +0000 |
commit | a5bb5f2c582efa939bd9b44c88f96ace6247ec88 (patch) | |
tree | e8ff545bb9579313644df1fc39d4aa5cbe41dfae /common/Varspaceval.pm | |
parent | 36d690e57efea9d628541e1a2b62b52bc55b178a (diff) | |
download | drakwizard-a5bb5f2c582efa939bd9b44c88f96ace6247ec88.tar drakwizard-a5bb5f2c582efa939bd9b44c88f96ace6247ec88.tar.gz drakwizard-a5bb5f2c582efa939bd9b44c88f96ace6247ec88.tar.bz2 drakwizard-a5bb5f2c582efa939bd9b44c88f96ace6247ec88.tar.xz drakwizard-a5bb5f2c582efa939bd9b44c88f96ace6247ec88.zip |
(commit) reindent
Diffstat (limited to 'common/Varspaceval.pm')
-rw-r--r-- | common/Varspaceval.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/Varspaceval.pm b/common/Varspaceval.pm index 4df1e675..bb6ba6cc 100644 --- a/common/Varspaceval.pm +++ b/common/Varspaceval.pm @@ -59,10 +59,10 @@ sub commit { my $out_val = $pre . $key . $eq . $val . $rest; $output .= defined $val ? $out_val . "\n" : $out_val; } - #appending added parameters - foreach (keys %$hash) { - $output .= $_ . " " . $hash->{$_} . "\n"; - } + #appending added parameters + foreach (keys %$hash) { + $output .= $_ . " " . $hash->{$_} . "\n"; + } } else { #the file does not exist print STDERR "File $file will be created\n"; |