mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix indentation. tab -> spaces
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user