summaryrefslogtreecommitdiff
path: root/lib/sbin/create_c_stuff.pl
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-14 18:18:08 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-14 18:18:08 +0000
commit0a8dd8ea21004031bf3e1c93e4655b9bfd09504c (patch)
tree2a764e76bbf29e46a67ba6a7b4da88db29b4f126 /lib/sbin/create_c_stuff.pl
parentd49d5e0c23b826ec2079463c9d5efc13416fb4a2 (diff)
Untabified.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2408 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/create_c_stuff.pl')
-rw-r--r--lib/sbin/create_c_stuff.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/sbin/create_c_stuff.pl b/lib/sbin/create_c_stuff.pl
index e7b55566..0b0370c1 100644
--- a/lib/sbin/create_c_stuff.pl
+++ b/lib/sbin/create_c_stuff.pl
@@ -46,7 +46,7 @@ sub CreateParameterBindingFile
$line = "\#include \"CParameterStructNames.h\"";
push(@data, $line);
$line = "\#include \"cctk_Misc.h\"";
- push(@data, $line);
+ push(@data, $line);
$line = "\#include \"ParameterBindings.h\"";
push(@data, $line);
push(@data, "");
@@ -253,7 +253,7 @@ sub order_params
push(@string_params, $parameter);
}
elsif($type eq "BOOLEAN" ||
- $type eq "INT")
+ $type eq "INT")
{
push(@int_params, $parameter);
}
@@ -263,8 +263,8 @@ sub order_params
}
else
{
- $message = "Unknown parameter type '$type'";
- &CST_error(0,$message,__LINE__,__FILE__);
+ $message = "Unknown parameter type '$type'";
+ &CST_error(0,$message,__LINE__,__FILE__);
}
}