Skip to content

Commit

Permalink
[cage] Remove trailing whitespace.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@38218 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
coke committed Apr 20, 2009
1 parent f6466b8 commit 5fb9dbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/auto/perldoc.pm
Expand Up @@ -38,7 +38,7 @@ sub runstep {

my $cmd = $conf->data->get_p5('scriptdirexp') . q{/perldoc};
my ( $fh, $filename ) = tempfile( UNLINK => 1 );
my($stdout, $stderr, $retval) =
my($stdout, $stderr, $retval) =
capture_output("$cmd -u perldoc > $filename");
my($content) = $retval ? undef : $stderr;

Expand Down Expand Up @@ -70,7 +70,7 @@ E_NOTE
if ( $new_perldoc ) {
$TEMP_pod_build .= <<"END"
ops$slash$pod: ..${slash}src${slash}ops${slash}$ops
\t\$(PERLDOC) -u ..${slash}src${slash}ops${slash}$ops > ops${slash}$pod
\t\$(PERLDOC) -u ..${slash}src${slash}ops${slash}$ops > ops${slash}$pod
\t\$(CHMOD) 0644 ops${slash}$pod
END
Expand Down
2 changes: 1 addition & 1 deletion config/gen/makefiles/docs.in
Expand Up @@ -37,7 +37,7 @@ doc-prep:
$(MKPATH) ops

packfile-c.pod: ../src/packfile.c
#IF(new_perldoc): $(PERLDOC) -u ../src/packfile.c > packfile-c.pod
#IF(new_perldoc): $(PERLDOC) -u ../src/packfile.c > packfile-c.pod
#ELSE: $(PERLDOC) -u ../src/packfile.c > packfile-c.pod

clean:
Expand Down
2 changes: 1 addition & 1 deletion config/gen/platform/openbsd/math.c
Expand Up @@ -26,7 +26,7 @@ math stuff
*/

#include <math.h>
#ifdef _IEEE_
#ifdef _IEEE_

_LIB_VERSION_TYPE _LIB_VERSION = _IEEE_;

Expand Down

0 comments on commit 5fb9dbb

Please sign in to comment.