summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-29 20:38:11 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-01-29 20:38:11 +0000
commit572bae96e4563889e1891f9e76eba96c441372e5 (patch)
tree8bf4226668b1349061da7fd84aef55d325ee04a5
parentdfc6b4b07cee109d04dd45a26859f5d07a6b2346 (diff)
Added a space in front of line continuation
git-svn-id: http://svn.cactuscode.org/flesh/trunk@155 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/sbin/create_fortran_stuff.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/create_fortran_stuff.pl b/lib/sbin/create_fortran_stuff.pl
index 7bde5fff..40af7c78 100644
--- a/lib/sbin/create_fortran_stuff.pl
+++ b/lib/sbin/create_fortran_stuff.pl
@@ -24,7 +24,7 @@ sub CreateFortranThornParameterBindings
%parameter_database = @rest[0..(2*$n_param_database)-1];
%interface_database = @rest[2*$n_param_database..$#rest];
- push(@file, "#define DECLARE_PARAMETERS\\");
+ push(@file, "#define DECLARE_PARAMETERS \\");
# Generate all public parameters
%these_parameters = &get_public_parameters(%parameter_database);