Commit 35d47c36 authored by Chad MILLER's avatar Chad MILLER

Fix indentation. tab -> spaces

parent 95618bb3
......@@ -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));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment