[svn:parrot] r44354 - trunk/t/op

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Tue Feb 23 02:13:50 UTC 2010


Author: jkeenan
Date: Tue Feb 23 02:13:49 2010
New Revision: 44354
URL: https://trac.parrot.org/parrot/changeset/44354

Log:
[codingstd] No trailing whitespace.

Modified:
   trunk/t/op/sysinfo.t

Modified: trunk/t/op/sysinfo.t
==============================================================================
--- trunk/t/op/sysinfo.t	Tue Feb 23 02:12:58 2010	(r44353)
+++ trunk/t/op/sysinfo.t	Tue Feb 23 02:13:49 2010	(r44354)
@@ -55,31 +55,31 @@
 my @setup = (
     { pconfig_key => 'intvalsize',
       pasm_key    => 1,
-      pir_key     => 'SYSINFO_PARROT_INTSIZE',	
+      pir_key     => 'SYSINFO_PARROT_INTSIZE',
       desc        => 'integer size',
       reg_type    => 'I',
     },
     { pconfig_key => 'doublesize',
       pasm_key    => 2,
-      pir_key     => 'SYSINFO_PARROT_FLOATSIZE',	
+      pir_key     => 'SYSINFO_PARROT_FLOATSIZE',
       desc        => 'float size',
       reg_type    => 'I',
     },
     { pconfig_key => 'ptrsize',
       pasm_key    => 3,
-      pir_key     => 'SYSINFO_PARROT_POINTERSIZE',	
+      pir_key     => 'SYSINFO_PARROT_POINTERSIZE',
       desc        => 'pointer size',
       reg_type    => 'I',
     },
     { pconfig_key => 'osname',
       pasm_key    => 4,
-      pir_key     => 'SYSINFO_PARROT_OS',	
+      pir_key     => 'SYSINFO_PARROT_OS',
       desc        => 'osname',
       reg_type    => 'S',
     },
     { pconfig_key => 'cpuarch',
       pasm_key    => 7,
-      pir_key     => 'SYSINFO_CPU_ARCH',	
+      pir_key     => 'SYSINFO_CPU_ARCH',
       desc        => 'CPU Arch Family',
       reg_type    => 'S',
     },


More information about the parrot-commits mailing list