Skip to content

Commit

Permalink
log_event.h: remove junk EOL spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarrior authored and vuvova committed Aug 15, 2023
1 parent 6e0f456 commit 45bafdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/log_event.h
Expand Up @@ -4548,7 +4548,7 @@ class Rows_log_event : public Log_event
typedef uint16 flag_set;

/* Special constants representing sets of flags */
enum
enum
{
RLE_NO_FLAGS = 0U
};
Expand Down Expand Up @@ -4590,7 +4590,7 @@ class Rows_log_event : public Log_event
#ifdef MYSQL_SERVER
int add_row_data(uchar *data, size_t length)
{
return do_add_row_data(data,length);
return do_add_row_data(data,length);
}
#endif

Expand Down

0 comments on commit 45bafdb

Please sign in to comment.