Author: chromatic
Date: Wed Mar 28 18:46:23 2007
New Revision: 17825

Modified:
   trunk/compilers/pirc/src/pirlexer.c
   trunk/include/parrot/objects.h
   trunk/src/objects.c

Log:
Remove trailing whitespace.

Modified: trunk/compilers/pirc/src/pirlexer.c
==============================================================================
--- trunk/compilers/pirc/src/pirlexer.c (original)
+++ trunk/compilers/pirc/src/pirlexer.c Wed Mar 28 18:46:23 2007
@@ -43,30 +43,30 @@
 
 The following are PIR directives.
 
-  .arg               .const      .constant    .emit             .end           
       
-  .endnamespace      .endm       .eom         .get_results      .global        
       
-  .globalconst       .HLL        .HLL_map     .include          .invocant      
       
-  .lex               .loadlib    .local       .macro            .meth_call     
       
-  .namespace         .nci_call   .param       .pcc_begin        
.pcc_begin_return     
-  .pcc_begin_yield   .pcc_call   .pcc_end     .pcc_end_return   .pcc_end_yield 
       
-  .pcc_sub           .pragma     .result      .return           .sub           
       
-  .sym               .yield      
+  .arg               .const      .constant    .emit             .end
+  .endnamespace      .endm       .eom         .get_results      .global
+  .globalconst       .HLL        .HLL_map     .include          .invocant
+  .lex               .loadlib    .local       .macro            .meth_call
+  .namespace         .nci_call   .param       .pcc_begin        
.pcc_begin_return
+  .pcc_begin_yield   .pcc_call   .pcc_end     .pcc_end_return   .pcc_end_yield
+  .pcc_sub           .pragma     .result      .return           .sub
+  .sym               .yield
 
 
 =head1 FLAGS
 
 The following are flags for subroutines:
 
-  :anon     :immediate   :init        :lex         :load        :main        
-  :method   :multi       :outer       :postcomp    :vtable      :named       
-  
+  :anon     :immediate   :init        :lex         :load        :main
+  :method   :multi       :outer       :postcomp    :vtable      :named
+
 The following are flags for parameters/arguments.
 
-  :opt_flag    
-  :optional    
-  :slurpy      
-  :flat        
-  :unique_reg  
+  :opt_flag
+  :optional
+  :slurpy
+  :flat
+  :unique_reg
 
 
 =cut

Modified: trunk/include/parrot/objects.h
==============================================================================
--- trunk/include/parrot/objects.h      (original)
+++ trunk/include/parrot/objects.h      Wed Mar 28 18:46:23 2007
@@ -106,7 +106,7 @@
 
 PARROT_API PMC* Parrot_ComputeMRO_C3(Interp *interp, PMC *class);
 
-PARROT_API void Parrot_ComposeRole(Interp *interp, PMC *role, 
+PARROT_API void Parrot_ComposeRole(Interp *interp, PMC *role,
                                    PMC *without, int got_without,
                                    PMC *alias, int got_alias,
                                    PMC *methods_hash, PMC *roles_list);

Modified: trunk/src/objects.c
==============================================================================
--- trunk/src/objects.c (original)
+++ trunk/src/objects.c Wed Mar 28 18:46:23 2007
@@ -1847,7 +1847,7 @@
 
 /*
 
-=item C<void Parrot_ComposeRole(Interp *interp, PMC *role, 
+=item C<void Parrot_ComposeRole(Interp *interp, PMC *role,
                         PMC *without, int got_without,
                         PMC *alias, int got_alias,
                         PMC *methods_hash, PMC *roles_list)>
@@ -1867,7 +1867,7 @@
 
 */
 
-void Parrot_ComposeRole(Interp *interp, PMC *role, 
+void Parrot_ComposeRole(Interp *interp, PMC *role,
                         PMC *without, int got_without,
                         PMC *alias, int got_alias,
                         PMC *methods_hash, PMC *roles_list)
@@ -1992,7 +1992,7 @@
             if (VTABLE_get_pmc_keyed_int(interp, roles_list, j) == cur_role) {
                 /* We ain't be havin' it. */
                 VTABLE_push_pmc(interp, roles_list, cur_role);
-            }   
+            }
         }
     }
 }

Reply via email to