Skip to content

Commit

Permalink
Item11808: perltidy them all, so people are not accidentally impacted…
Browse files Browse the repository at this point in the history
… by the new enforced rule

git-svn-id: http://svn.foswiki.org/trunk/HttpsRedirectPlugin@14680 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed May 1, 2012
1 parent 51fc715 commit e703ca1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions lib/Foswiki/Plugins/HttpsRedirectPlugin/build.pl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/perl -w
BEGIN {
unshift @INC, split( /:/, $ENV{FOSWIKI_LIBS} );
}
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build('HttpsRedirectPlugin');

# Build the target on the command line, or the default target
$build->build($build->{target});

#!/usr/bin/perl -w
BEGIN {
unshift @INC, split( /:/, $ENV{FOSWIKI_LIBS} );
}
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build('HttpsRedirectPlugin');

# Build the target on the command line, or the default target
$build->build( $build->{target} );

0 comments on commit e703ca1

Please sign in to comment.