summaryrefslogtreecommitdiff
path: root/lib/sbin/RunTestUtils.pl
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-06 00:41:57 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-06 00:41:57 +0000
commitdd2df963239ec8ce9e82f8cfcf88292c15c5d487 (patch)
tree97c4d7b878df7c6170f79d920da787f58a2faef3 /lib/sbin/RunTestUtils.pl
parent98fd8ab9afa6d3e862c05facad52ab7823615307 (diff)
Removing some stuff flagged by perl -cw .
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3758 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/RunTestUtils.pl')
-rw-r--r--lib/sbin/RunTestUtils.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/RunTestUtils.pl b/lib/sbin/RunTestUtils.pl
index 88348e82..d0cd5126 100644
--- a/lib/sbin/RunTestUtils.pl
+++ b/lib/sbin/RunTestUtils.pl
@@ -73,7 +73,7 @@ sub MissingThorns
}
-sub ParseParFile($thorn,$arrangement,$parfile,$config_data)
+sub ParseParFile
{
my($thorn,$arrangement,$parfile,$config_data) = @_;
my($line,$file,$processing_active);