randyk 2003/02/23 19:38:47
Modified: lib/ModPerl BuildOptions.pm
Log:
Reviewed by: stas
adjust indentation/spaces to code style.
Revision Changes Path
1.18 +5 -5 modperl-2.0/lib/ModPerl/BuildOptions.pm
Index: BuildOptions.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/ModPerl/BuildOptions.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- BuildOptions.pm 20 Feb 2003 05:19:14 -0000 1.17
+++ BuildOptions.pm 24 Feb 2003 03:38:47 -0000 1.18
@@ -63,16 +63,16 @@
my $usage = usage();
die "Unknown Option: $key\nUsage:\n$usage";
}
-
+
if($key eq 'MP_APXS') {
$val = File::Spec->canonpath(File::Spec->rel2abs($val));
}
- # MP_AP_PREFIX may not contain spaces
- if ($key eq 'MP_AP_PREFIX' && Apache::Build::WIN32()) {
+ # MP_AP_PREFIX may not contain spaces
+ if ($key eq 'MP_AP_PREFIX' && Apache::Build::WIN32()) {
require Win32;
- $val = Win32::GetShortPathName($val);
- }
+ $val = Win32::GetShortPathName($val);
+ }
if ($self->{$key}) {
$self->{$key} .= ' ';