Skip to content

Commit

Permalink
mallinfo2: whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Mar 30, 2021
1 parent add24e7 commit fb3b2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ Next alarm time: %lu\n",
#if defined(HAVE_MALLINFO2)
struct mallinfo2 info = mallinfo2();
#elif defined(HAVE_MALLINFO)
struct mallinfo info= mallinfo();
struct mallinfo info= mallinfo();
#endif
#if defined(HAVE_MALLINFO) || defined(HAVE_MALLINFO2)
char llbuff[10][22];
Expand Down

0 comments on commit fb3b2eb

Please sign in to comment.