Author: paultcochrane
Date: Sun Sep 30 15:05:19 2007
New Revision: 21690

Modified:
   trunk/languages/cardinal/src/pmc/rubystring.pmc

Log:
[cardinal] Shortening lines in accordance with coding standards.


Modified: trunk/languages/cardinal/src/pmc/rubystring.pmc
==============================================================================
--- trunk/languages/cardinal/src/pmc/rubystring.pmc     (original)
+++ trunk/languages/cardinal/src/pmc/rubystring.pmc     Sun Sep 30 15:05:19 2007
@@ -32,7 +32,8 @@
             yes   = string_from_cstring(INTERP, "yes",3);
             no    = string_from_cstring(INTERP, "no",2);
 
-            fixedstringarray_typenum = pmc_type(INTERP, 
string_from_literal(INTERP, "FixedStringArray"));
+            fixedstringarray_typenum = 
+                pmc_type(INTERP, string_from_literal(INTERP, 
"FixedStringArray"));
             string_anchor = pmc_new(INTERP,fixedstringarray_typenum);
 
             VTABLE_set_integer_native(INTERP,string_anchor,4);

Reply via email to