From e80df8d6e20ea87ab15198a56326d8935ce57046 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Fri, 28 Jun 2002 18:15:54 +0000 Subject: Removing trailing whitespace --- bin/MakeProjectCreator/modules/BorlandProjectCreator.pm | 10 +++++----- bin/MakeProjectCreator/modules/GHSProjectCreator.pm | 12 ++++++------ bin/MakeProjectCreator/modules/GNUProjectCreator.pm | 8 ++++---- bin/MakeProjectCreator/modules/TemplateParser.pm | 2 +- bin/MakeProjectCreator/modules/WorkspaceCreator.pm | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bin/MakeProjectCreator/modules/BorlandProjectCreator.pm b/bin/MakeProjectCreator/modules/BorlandProjectCreator.pm index 4732e2d075b..2c6d708903d 100644 --- a/bin/MakeProjectCreator/modules/BorlandProjectCreator.pm +++ b/bin/MakeProjectCreator/modules/BorlandProjectCreator.pm @@ -46,17 +46,17 @@ sub get_dll_exe_template_input_file { my($self) = shift; return "borexe"; } - - + + sub get_dll_template_input_file { my($self) = shift; return "bordll"; } - - + + sub get_template { my($self) = shift; - return "bor"; + return "bor"; } diff --git a/bin/MakeProjectCreator/modules/GHSProjectCreator.pm b/bin/MakeProjectCreator/modules/GHSProjectCreator.pm index 6c92b13d6b2..ac6047232e8 100644 --- a/bin/MakeProjectCreator/modules/GHSProjectCreator.pm +++ b/bin/MakeProjectCreator/modules/GHSProjectCreator.pm @@ -29,16 +29,16 @@ sub project_file_name { sub get_dll_exe_template_input_file { my($self) = shift; - return "ghsexe"; + return "ghsexe"; } - - + + sub get_dll_template_input_file { my($self) = shift; - return "ghsdll"; + return "ghsdll"; } - - + + sub get_template { my($self) = shift; return "ghs"; diff --git a/bin/MakeProjectCreator/modules/GNUProjectCreator.pm b/bin/MakeProjectCreator/modules/GNUProjectCreator.pm index ee28c86920a..ad8cac45ec9 100644 --- a/bin/MakeProjectCreator/modules/GNUProjectCreator.pm +++ b/bin/MakeProjectCreator/modules/GNUProjectCreator.pm @@ -41,11 +41,11 @@ sub translate_value { sub convert_slashes { - my($self) = shift; + my($self) = shift; return 0; } - - + + sub fill_value { my($self) = shift; my($name) = shift; @@ -96,7 +96,7 @@ sub fill_value { my(@keys) = sort keys %$comps; for(my $i = 0; $i <= $#keys; $i++) { $keys[$i] =~ s/^\d+_//; - my($key) = $keys[$i]; + my($key) = $keys[$i]; $value .= " $key" . ($i != $#keys ? " \\" : "") . $crlf; } $value .= "endif # $name"; diff --git a/bin/MakeProjectCreator/modules/TemplateParser.pm b/bin/MakeProjectCreator/modules/TemplateParser.pm index b898fad0df9..b75d33c5470 100644 --- a/bin/MakeProjectCreator/modules/TemplateParser.pm +++ b/bin/MakeProjectCreator/modules/TemplateParser.pm @@ -592,7 +592,7 @@ sub collect_data { ## This is for all projects $prjc->update_project_info($self, 1, ['depends']); - + ## VC7 Projects need to know the GUID. $prjc->update_project_info($self, 1, ['guid']); } diff --git a/bin/MakeProjectCreator/modules/WorkspaceCreator.pm b/bin/MakeProjectCreator/modules/WorkspaceCreator.pm index 78270ac90bd..c7c30a2afb3 100644 --- a/bin/MakeProjectCreator/modules/WorkspaceCreator.pm +++ b/bin/MakeProjectCreator/modules/WorkspaceCreator.pm @@ -100,7 +100,7 @@ sub parse_line { if (!$status) { $errorString = "ERROR: Invalid parent: $parent"; } - } + } else { $status = 0; $errorString = "ERROR: Unable to locate parent: $parent"; -- cgit v1.2.1