mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
Formatting changes requested by Monty
sql/gen_lex_hash.cc: Minor changes - fix space between for and ( sql/item_subselect.cc: Minor changes - fix space between for and ( sql/sql_lex.cc: Minor changes - fix space between for and ( sql/sql_string.cc: Minor changes - fix space between for and (
This commit is contained in:
parent
b43af929f8
commit
43dcf48e2f
4 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue