1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Formatting changes requested by Monty

This commit is contained in:
magnus@neptunus.(none)
2004-04-15 09:17:55 +02:00
parent 7c2c408cb8
commit 50ff8ea369
4 changed files with 5 additions and 5 deletions

View File

@ -830,7 +830,7 @@ outp:
void String::print(String *str)
{
char *st= (char*)Ptr, *end= st+str_length;
for(; st < end; st++)
for (; st < end; st++)
{
uchar c= *st;
switch (c)