Author: paultcochrane
Date: Sun Sep 30 23:20:16 2007
New Revision: 21710

Modified:
   trunk/languages/pugs/pmc/pugscapture.pmc

Log:
[pugs] Correcting line length according to coding standards.


Modified: trunk/languages/pugs/pmc/pugscapture.pmc
==============================================================================
--- trunk/languages/pugs/pmc/pugscapture.pmc    (original)
+++ trunk/languages/pugs/pmc/pugscapture.pmc    Sun Sep 30 23:20:16 2007
@@ -201,7 +201,8 @@
     if (!siva_ary(a)) siva_set_ary(a, list_new(i, enum_type_PMC)); \
 }
 #define siva_hash_create_if_void(i,a) { \
-    if (!siva_hash(a)) parrot_new_hash_x(i, &siva_hash(a), enum_type_ptr, 
Hash_key_type_int, int_compare, key_hash_int); \
+    if (!siva_hash(a)) parrot_new_hash_x(i, &siva_hash(a), \
+            enum_type_ptr, Hash_key_type_int, int_compare, key_hash_int); \
 }
 #define siva_str_create_if_void(i,a) { \
 }

Reply via email to