[svn:parrot] r39231 - in trunk: lib/Parrot src/ops src/runcore

coke at svn.parrot.org coke at svn.parrot.org
Fri May 29 06:03:42 UTC 2009


Author: coke
Date: Fri May 29 06:03:41 2009
New Revision: 39231
URL: https://trac.parrot.org/parrot/changeset/39231

Log:
pass trailing_whitespace.t

http://smolder.plusthree.com/app/public_projects/report_details/22895

Modified:
   trunk/lib/Parrot/Manifest.pm
   trunk/src/ops/io.ops
   trunk/src/runcore/trace.c

Modified: trunk/lib/Parrot/Manifest.pm
==============================================================================
--- trunk/lib/Parrot/Manifest.pm	Fri May 29 04:40:52 2009	(r39230)
+++ trunk/lib/Parrot/Manifest.pm	Fri May 29 06:03:41 2009	(r39231)
@@ -41,14 +41,14 @@
     })
 
 Creates a Parrot::Manifest object by asking C<svn status> for verbose output,
-and parsing the results.  
+and parsing the results.
 
 C<file> is the name of the file that the manifest will eventually be written
 to, and defaults to F<MANIFEST>.  C<skip> is the name of the file that will
 hold the list of files to be skipped, and defaults to F<MANIFEST.SKIP>.
 C<gitignore> contains the same information as F<MANIFEST.SKIP> in a different
 format.  It defaults to F<.gitignore>.  The C<script> parameter is the name of
-the program invoking Parrot::Manifest, for use in messages.  
+the program invoking Parrot::Manifest, for use in messages.
 
 =cut
 
@@ -108,7 +108,7 @@
 
 Prepares the manifest from the read in by the C<new()> method, and returns a
 hash of the files.  The keys of the hash are the filenames, and the values are
-strings representing the package and a list of the meta flags.  
+strings representing the package and a list of the meta flags.
 
 =cut
 
@@ -139,13 +139,13 @@
 =item *
 
 If there's a difference between what's already there and what's in the list,
-we need a new one. 
+we need a new one.
 
 =back
 
 If a new manifest is needed, the return value is C<1>; otherwise it is
 undefined.  The value passed in is the hash as returned from I<e.g.>,
-C<prepare_manifest()>.  
+C<prepare_manifest()>.
 
 =cut
 
@@ -172,7 +172,7 @@
     $mani->print_manifest($manifest_lines_ref) if $need_for_files;
 
 Writes the manifest to a file.  The example above does so only if an update is
-needed.  
+needed.
 
 =cut
 
@@ -213,7 +213,7 @@
 
 # Gets the package and the meta flags for the given file.  This function does
 # it based on the directory the file is in.  If a particular file is needed,
-# then _get_special (below) provides that functionality.  
+# then _get_special (below) provides that functionality.
 sub _get_manifest_entry {
     my $file    = shift;
 
@@ -314,7 +314,7 @@
     $print_str = $mani->prepare_manifest_skip();
 
 Gets a list of the files that SVN ignores, and returns a string that can be
-put into F<MANIFEST.SKIP>.  
+put into F<MANIFEST.SKIP>.
 
 =cut
 
@@ -331,7 +331,7 @@
     $print_str = $mani->prepare_gitignore();
 
 Gets a list of the files that SVN ignores, and then writes it to the
-F<.gitignore> file.  
+F<.gitignore> file.
 
 =cut
 
@@ -390,7 +390,7 @@
 
     $mani->print_manifest_skip($print_str) if $need_for_skip;
 
-Writes F<MANIFEST.SKIP> to a file.  The example above does so only if needed.  
+Writes F<MANIFEST.SKIP> to a file.  The example above does so only if needed.
 
 =cut
 
@@ -412,7 +412,7 @@
 
     $mani->print_gitignore($print_str) if $need_for_skip;
 
-Writes the F<.gitignore> file.  The example above does so only if needed.  
+Writes the F<.gitignore> file.  The example above does so only if needed.
 
 =cut
 

Modified: trunk/src/ops/io.ops
==============================================================================
--- trunk/src/ops/io.ops	Fri May 29 04:40:52 2009	(r39230)
+++ trunk/src/ops/io.ops	Fri May 29 06:03:41 2009	(r39231)
@@ -90,7 +90,7 @@
 
 #########################################
 
-=item B<setstdin>(invar PMC) 
+=item B<setstdin>(invar PMC)
 
 Sets the standard input for a bare C<read> op to go to the supplied PMC.
 Call C<getstdin> first if you care about retaining the previous PMC.

Modified: trunk/src/runcore/trace.c
==============================================================================
--- trunk/src/runcore/trace.c	Fri May 29 04:40:52 2009	(r39230)
+++ trunk/src/runcore/trace.c	Fri May 29 06:03:41 2009	(r39231)
@@ -45,7 +45,7 @@
 /* HEADERIZER END: static */
 
 /*
- 
+
 =item C<Interp * debugger_or_interp(PARROT_INTERP)>
 
 Get debugger if available


More information about the parrot-commits mailing list