summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-10-18 15:29:41 +0000
committerThierry Vignaud <tv@mageia.org>2012-10-18 15:29:41 +0000
commita5bb5f2c582efa939bd9b44c88f96ace6247ec88 (patch)
treee8ff545bb9579313644df1fc39d4aa5cbe41dfae
parent36d690e57efea9d628541e1a2b62b52bc55b178a (diff)
downloaddrakwizard-a5bb5f2c582efa939bd9b44c88f96ace6247ec88.tar
drakwizard-a5bb5f2c582efa939bd9b44c88f96ace6247ec88.tar.gz
drakwizard-a5bb5f2c582efa939bd9b44c88f96ace6247ec88.tar.bz2
drakwizard-a5bb5f2c582efa939bd9b44c88f96ace6247ec88.tar.xz
drakwizard-a5bb5f2c582efa939bd9b44c88f96ace6247ec88.zip
(commit) reindent
-rw-r--r--common/Varspaceval.pm8
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";