[svn:parrot] r36799 - in trunk: config/init src

fperrad at svn.parrot.org fperrad at svn.parrot.org
Mon Feb 16 18:40:16 UTC 2009


Author: fperrad
Date: Mon Feb 16 18:40:16 2009
New Revision: 36799
URL: https://trac.parrot.org/parrot/changeset/36799

Log:
[codingstd] remove trailing space

Modified:
   trunk/config/init/install.pm
   trunk/src/packfile.c

Modified: trunk/config/init/install.pm
==============================================================================
--- trunk/config/init/install.pm	Mon Feb 16 18:38:56 2009	(r36798)
+++ trunk/config/init/install.pm	Mon Feb 16 18:40:16 2009	(r36799)
@@ -44,7 +44,7 @@
     }
     my $version = $conf->option_or_data('VERSION');
     if ($version && $prefix !~ /$version/) {
-        $versiondir .= "/$version"; 
+        $versiondir .= "/$version";
         $versiondir .= $conf->option_or_data('DEVEL');
     }
 

Modified: trunk/src/packfile.c
==============================================================================
--- trunk/src/packfile.c	Mon Feb 16 18:38:56 2009	(r36798)
+++ trunk/src/packfile.c	Mon Feb 16 18:40:16 2009	(r36799)
@@ -1240,7 +1240,7 @@
     header->floattype = FLOATTYPE_16;
 #    else
     exit_fatal(1, "PackFile_set_header: Unsupported floattype NUMVAL_SIZE=%d,"
-               " PARROT_BIGENDIAN=%d\n", NUMVAL_SIZE, 
+               " PARROT_BIGENDIAN=%d\n", NUMVAL_SIZE,
                PARROT_BIGENDIAN ? "big-endian" : "little-endian");
 #    endif
 #  endif
@@ -4552,7 +4552,7 @@
 
 =head1 HISTORY
 
-Parrot_readbc and Parrot_loadbc renamed. Trace macros, long double and 
+Parrot_readbc and Parrot_loadbc renamed. Trace macros, long double and
 64-bit conversion work by Reini Urban 2009.
 
 Rework by Melvin; new bytecode format, make bytecode portable. (Do


More information about the parrot-commits mailing list