Commit 45bafdbe authored by Nikita Malyavin's avatar Nikita Malyavin Committed by Sergei Golubchik

log_event.h: remove junk EOL spaces

parent 6e0f4560
...@@ -4548,7 +4548,7 @@ class Rows_log_event : public Log_event ...@@ -4548,7 +4548,7 @@ class Rows_log_event : public Log_event
typedef uint16 flag_set; typedef uint16 flag_set;
/* Special constants representing sets of flags */ /* Special constants representing sets of flags */
enum enum
{ {
RLE_NO_FLAGS = 0U RLE_NO_FLAGS = 0U
}; };
...@@ -4590,7 +4590,7 @@ class Rows_log_event : public Log_event ...@@ -4590,7 +4590,7 @@ class Rows_log_event : public Log_event
#ifdef MYSQL_SERVER #ifdef MYSQL_SERVER
int add_row_data(uchar *data, size_t length) int add_row_data(uchar *data, size_t length)
{ {
return do_add_row_data(data,length); return do_add_row_data(data,length);
} }
#endif #endif
......
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