[svn:parrot] r38422 - in trunk: . config/init docs/pdds/draft lib/Parrot/Configure/Options lib/Parrot/Pmc2c

coke at svn.parrot.org coke at svn.parrot.org
Fri May 1 15:43:11 UTC 2009


Author: coke
Date: Fri May  1 15:43:10 2009
New Revision: 38422
URL: https://trac.parrot.org/parrot/changeset/38422

Log:
Remove trailing whitespace

Patch courtesy mikehh++

Modified:
   trunk/Configure.pl
   trunk/config/init/defaults.pm
   trunk/docs/pdds/draft/pdd30_install.pod
   trunk/lib/Parrot/Configure/Options/Conf.pm
   trunk/lib/Parrot/Pmc2c/Pmc2cMain.pm

Modified: trunk/Configure.pl
==============================================================================
--- trunk/Configure.pl	Fri May  1 10:44:49 2009	(r38421)
+++ trunk/Configure.pl	Fri May  1 15:43:10 2009	(r38422)
@@ -301,7 +301,7 @@
 
 Disables the creation of C #line directives when generating C from PMCs and
 ops. Useful when debugging internals.
-  
+
 =back
 
 =head2 Parrot Options

Modified: trunk/config/init/defaults.pm
==============================================================================
--- trunk/config/init/defaults.pm	Fri May  1 10:44:49 2009	(r38421)
+++ trunk/config/init/defaults.pm	Fri May  1 15:43:10 2009	(r38422)
@@ -239,8 +239,8 @@
         # Extra flags needed for libnci_test.so
         ncilib_link_extra => '',
 
-        # Flag determines if pmc2c.pl and ops2c.pl also 
-        # generate #line directives. These can confuse 
+        # Flag determines if pmc2c.pl and ops2c.pl also
+        # generate #line directives. These can confuse
         # debugging internals.
         no_lines_flag => $conf->options->get('no-line-directives') ? '--no-lines' : '',
     );

Modified: trunk/docs/pdds/draft/pdd30_install.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd30_install.pod	Fri May  1 10:44:49 2009	(r38421)
+++ trunk/docs/pdds/draft/pdd30_install.pod	Fri May  1 15:43:10 2009	(r38422)
@@ -125,9 +125,9 @@
 separate package), libgdm and libreadline.
 
 Building a language depends on a series of Parrot build tools, installed in
-F</usr/lib/parrot/E<lt>version/tools>. These tools will generally not be included
-in the default C<parrot> package on most systems, languages will require a
-C<parrot-dev> package to be installed before they can be built.
+F</usr/lib/parrot/E<lt>version/tools>. These tools will generally not be
+included in the default C<parrot> package on most systems, languages will
+require a C<parrot-dev> package to be installed before they can be built.
 
 =head2 Definitions
 

Modified: trunk/lib/Parrot/Configure/Options/Conf.pm
==============================================================================
--- trunk/lib/Parrot/Configure/Options/Conf.pm	Fri May  1 10:44:49 2009	(r38421)
+++ trunk/lib/Parrot/Configure/Options/Conf.pm	Fri May  1 15:43:10 2009	(r38422)
@@ -79,7 +79,7 @@
    --lex=(lexer)        Use the given lexical analyzer generator
    --make=(make tool)   Use the given make utility
    --yacc=(parser)      Use the given parser generator
-   
+
    --no-line-directives Disable creation of C #line directives
 
    --define=inet_aton   Quick hack to use inet_aton instead of inet_pton

Modified: trunk/lib/Parrot/Pmc2c/Pmc2cMain.pm
==============================================================================
--- trunk/lib/Parrot/Pmc2c/Pmc2cMain.pm	Fri May  1 10:44:49 2009	(r38421)
+++ trunk/lib/Parrot/Pmc2c/Pmc2cMain.pm	Fri May  1 15:43:10 2009	(r38422)
@@ -98,7 +98,7 @@
             $allargsref->{opt}{$opt} = 0;
         }
     }
-    
+
     $OPTIONS = $allargsref->{opt};
 
     return bless( $allargsref, $class );


More information about the parrot-commits mailing list