summaryrefslogtreecommitdiff
path: root/lib/sbin/create_c_stuff.pl
diff options
context:
space:
mode:
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__);
}
}