summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2010-12-20 19:57:34 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2010-12-20 19:57:34 +0000
commitf87223a1f0049b885a9e35b17f277995b2fe563b (patch)
tree1de603b1b7ce2162d054d793ad703e4f00132004
parentb3dae6f85bd74fc718666de78f758ea8cf214898 (diff)
downloadMPC-f87223a1f0049b885a9e35b17f277995b2fe563b.tar.gz
replaced tabs with spaces
-rw-r--r--modules/Driver.pm4
-rw-r--r--modules/ProjectCreator.pm4
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/Driver.pm b/modules/Driver.pm
index b511d39f..b96ad603 100644
--- a/modules/Driver.pm
+++ b/modules/Driver.pm
@@ -538,9 +538,9 @@ sub run {
++$loopTimes;
if (!$loaded{$name}) {
- mpc_debug::chkpnt_pre_creator_load($name);
+ mpc_debug::chkpnt_pre_creator_load($name);
require "$name.pm";
- mpc_debug::chkpnt_post_creator_load($name);
+ mpc_debug::chkpnt_post_creator_load($name);
$loaded{$name} = 1;
}
my $file = $cfile;
diff --git a/modules/ProjectCreator.pm b/modules/ProjectCreator.pm
index b666fcdc..67235477 100644
--- a/modules/ProjectCreator.pm
+++ b/modules/ProjectCreator.pm
@@ -673,9 +673,9 @@ sub begin_project {
}
## Begin reading the parent
- mpc_debug::chkpnt_pre_parse_base_project($file);
+ mpc_debug::chkpnt_pre_parse_base_project($file);
$status = $self->parse_file($file);
- mpc_debug::chkpnt_post_parse_base_project($file, $status);
+ mpc_debug::chkpnt_post_parse_base_project($file, $status);
## Take the base project file off of the parent stack
pop(@{$self->{'reading_parent'}});