List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:March 17 2009 8:43pm
Subject:bzr commit into mysql-5.1-bugteam branch (chad:2842)
View as plain text  
#At file:///home/cmiller/work/mysqlbzr/5.1-bugteam--bug42675/ based on revid:chad@stripped

 2842 Chad MILLER	2009-03-17
      Fix indentation.  tab -> spaces

    modified:
      mysys/my_error.c
=== modified file 'mysys/my_error.c'
--- a/mysys/my_error.c	2009-03-17 19:31:07 +0000
+++ b/mysys/my_error.c	2009-03-17 19:43:00 +0000
@@ -256,7 +256,7 @@ void my_error_unregister_all(void)
 
   for (cursor= my_errmsgs_globerrs.meh_next; cursor != NULL; cursor= saved_next)
   {
-	/* We need this ptr, but we're about to free its container, so save it. */
+    /* We need this ptr, but we're about to free its container, so save it. */
     saved_next= cursor->meh_next;
 
     my_free((uchar*) cursor, MYF(0));


Attachment: [text/bzr-bundle] bzr/chad@mysql.com-20090317194300-c6a3g7p89avpei0w.bundle
Thread
bzr commit into mysql-5.1-bugteam branch (chad:2842) Chad MILLER17 Mar