diff options
author | unknown <msvensson@neptunus.(none)> | 2006-08-07 19:21:43 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-08-07 19:21:43 +0200 |
commit | 698bd7c4faa9c42b11ac5ce55f1450c2112bafcb (patch) | |
tree | 2abadd6189bf574371dbdc8de60c609c629a60dd /tests | |
parent | d09ba5a874909b997caa43725b6990b0a46aaeec (diff) | |
download | mariadb-git-698bd7c4faa9c42b11ac5ce55f1450c2112bafcb.tar.gz |
Remove extra whitespace
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 32a8e94aee9..c64ebc9e281 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -14915,7 +14915,7 @@ static void test_bug17667() { "insert into bug17667 (c) values ('5 NULs=\0\0\0\0\0')", 48 }, { "/* NUL=\0 with comment */ insert into bug17667 (c) values ('encore')", 67 }, { "drop table bug17667", 19 }, - { NULL, 0 } }; + { NULL, 0 } }; struct buffer_and_length *statement_cursor; FILE *log_file; @@ -14945,8 +14945,8 @@ static void test_bug17667() for (statement_cursor= statements; statement_cursor->buffer != NULL; statement_cursor++) { - char line_buffer[MAX_TEST_QUERY_LENGTH*2]; - /* more than enough room for the query and some marginalia. */ + char line_buffer[MAX_TEST_QUERY_LENGTH*2]; + /* more than enough room for the query and some marginalia. */ do { memset(line_buffer, '/', MAX_TEST_QUERY_LENGTH*2); |