summaryrefslogtreecommitdiff
path: root/mysys/my_error.c
diff options
context:
space:
mode:
authorChad MILLER <chad@mysql.com>2009-03-17 15:43:00 -0400
committerChad MILLER <chad@mysql.com>2009-03-17 15:43:00 -0400
commit35d47c36317c46a1fd1bc7c9ea2042bd011783fe (patch)
treedb0cf7402082491c3fac8df0463317939f10e870 /mysys/my_error.c
parent95618bb3f3c2dd8c9f0f760ef36e638096166138 (diff)
downloadmariadb-git-35d47c36317c46a1fd1bc7c9ea2042bd011783fe.tar.gz
Fix indentation. tab -> spaces
Diffstat (limited to 'mysys/my_error.c')
-rw-r--r--mysys/my_error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_error.c b/mysys/my_error.c
index 06f2ef6ba0f..2cf704d0089 100644
--- a/mysys/my_error.c
+++ b/mysys/my_error.c
@@ -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));