summaryrefslogtreecommitdiff
path: root/lib/sbin/CreateParameterBindings.pl
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-11-19 16:39:43 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-11-19 16:39:43 +0000
commit2e79048ff68431d16a7e6ff74ebc217a1901a049 (patch)
tree6b5673dad9537dcbe230a1075ab6e74412f6daf1 /lib/sbin/CreateParameterBindings.pl
parent1e2f25ff693a576d4fee916a5043c201dacd37ad (diff)
Add more empty lines to [CF]Parameters.h (but less than before).
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3460 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CreateParameterBindings.pl')
-rw-r--r--lib/sbin/CreateParameterBindings.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sbin/CreateParameterBindings.pl b/lib/sbin/CreateParameterBindings.pl
index 6063476c..00e1b42c 100644
--- a/lib/sbin/CreateParameterBindings.pl
+++ b/lib/sbin/CreateParameterBindings.pl
@@ -279,6 +279,7 @@ sub CreateParameterBindings
push(@data, "#ifdef THORN\_IS\_$thorn");
push(@data, "#include \"${thorn}_CParameters.h\"");
push(@data, '#endif');
+ push(@data, '');
}
push(@data, "\n"); # workaround for perl 5.004_04 to add a trailing newline
$dataout = join ("\n", @data);
@@ -290,6 +291,7 @@ sub CreateParameterBindings
push(@data, "#ifdef THORN\_IS\_$thorn");
push(@data, "#include \"${thorn}_FParameters.h\"");
push(@data, '#endif');
+ push(@data, '');
}
push(@data, "\n"); # workaround for perl 5.004_04 to add a trailing newline
$dataout = join ("\n", @data);