[svn:parrot] r35671 - in trunk/src: dynpmc pmc

[email protected]
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: bernhard
Date: Sat Jan 17 02:43:56 2009
New Revision: 35671

Modified:
   trunk/src/dynpmc/gdbmhash.pmc
   trunk/src/pmc/nci.pmc

Log:
[codingstd] tabs.t


Modified: trunk/src/dynpmc/gdbmhash.pmc
==============================================================================
--- trunk/src/dynpmc/gdbmhash.pmc	(original)
+++ trunk/src/dynpmc/gdbmhash.pmc	Sat Jan 17 02:43:56 2009
@@ -1,5 +1,5 @@
 /* gdbmhash.pmc
- *  Copyright (C) 2005-2008, The Perl Foundation.
+ *  Copyright (C) 2005-2009 The Perl Foundation.
  *  SVN Info
  *     $Id$
  *  Overview:
@@ -117,8 +117,7 @@
 
     void set_string_native(STRING* value) {
         char * const c_db_name = string_to_cstring(interp, value);
-        GDBM_FILE dbf          = 
-	    gdbm_open(c_db_name, 0, GDBM_NEWDB, 0666, 0);
+        GDBM_FILE dbf          = gdbm_open(c_db_name, 0, GDBM_NEWDB, 0666, 0);
 
         string_cstring_free(c_db_name);
 

Modified: trunk/src/pmc/nci.pmc
==============================================================================
--- trunk/src/pmc/nci.pmc	(original)
+++ trunk/src/pmc/nci.pmc	Sat Jan 17 02:43:56 2009
@@ -168,8 +168,7 @@
     VTABLE void set_pointer_keyed_str(STRING *key, void *func) {
         Parrot_NCI_attributes * const nci_info = PARROT_NCI(SELF);
         int                             jitted = 0;
-        char                     * const key_c = 
-	    string_to_cstring(INTERP, key);
+        char                     * const key_c = string_to_cstring(INTERP, key);
 
         /* Store the original function and signature. */
         PMC_struct_val(SELF) = func;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.