Author: tewk
Date: Sat Jan  6 11:57:40 2007
New Revision: 16435

Modified:
   trunk/src/packdump.c
   trunk/src/packout.c

Log:
codingstd fixes


Modified: trunk/src/packdump.c
==============================================================================
--- trunk/src/packdump.c        (original)
+++ trunk/src/packdump.c        Sat Jan  6 11:57:40 2007
@@ -231,7 +231,8 @@
                             default:
                                 namespace_description = 
sub->namespace->vtable->whoami;
                         }
-                    } else {
+                    }
+                    else {
                         namespace_description = null;
                     }
                     PIO_printf(interp,

Modified: trunk/src/packout.c
==============================================================================
--- trunk/src/packout.c (original)
+++ trunk/src/packout.c Sat Jan  6 11:57:40 2007
@@ -198,7 +198,7 @@
 /*
 
 =item C<opcode_t *
-PackFile_Constant_pack(Interp*, struct PackFile_ConstTable * const_table, 
+PackFile_Constant_pack(Interp*, struct PackFile_ConstTable * const_table,
                        struct PackFile_Constant *self, opcode_t *cursor)>
 
 Pack a PackFile Constant into a contiguous region of memory.
@@ -217,7 +217,7 @@
 */
 
 opcode_t *
-PackFile_Constant_pack(Interp* interp, struct PackFile_ConstTable * 
const_table, 
+PackFile_Constant_pack(Interp* interp, struct PackFile_ConstTable * 
const_table,
         struct PackFile_Constant *self, opcode_t *cursor)
 {
     struct PMC *key;

Reply via email to