From 875db017ab1fedd1eb3d3241c0459804303cb21e Mon Sep 17 00:00:00 2001 From: eschnett Date: Mon, 11 Mar 2013 17:13:56 +0000 Subject: Add a bit of white space to generated code git-svn-id: http://svn.cactuscode.org/flesh/trunk@4983 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/create_fortran_stuff.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/sbin/create_fortran_stuff.pl b/lib/sbin/create_fortran_stuff.pl index 2fa3ab99..47578be7 100644 --- a/lib/sbin/create_fortran_stuff.pl +++ b/lib/sbin/create_fortran_stuff.pl @@ -183,7 +183,7 @@ sub CreateFortranCommonDeclaration push(@data, $line); - $sepchar = ','; + $sepchar = ', '; } push(@data, $definition); @@ -202,7 +202,7 @@ sub get_fortran_type_string $type eq 'STRING' || $type eq 'SENTENCE') { - $type_string = 'CCTK_STRING '; + $type_string = 'CCTK_STRING'; } elsif($type eq 'BOOLEAN' || $type eq 'INT') @@ -211,7 +211,7 @@ sub get_fortran_type_string } elsif($type eq 'REAL') { - $type_string = 'CCTK_REAL '; + $type_string = 'CCTK_REAL'; } else { -- cgit v1.2.3