Navigation Menu

Skip to content

Commit

Permalink
dump: remove needless last new line
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 26, 2015
1 parent 9346025 commit 8e82c9f
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 19 deletions.
3 changes: 0 additions & 3 deletions src/groonga.c
Expand Up @@ -295,9 +295,6 @@ s_output_raw(grn_ctx *ctx, int flags, FILE *stream)
if (flags & GRN_CTX_TAIL) {
grn_obj *command;

if (chunk_size > 0) {
fputc('\n', stream);
}
fflush(stream);

command = GRN_CTX_USER_DATA(ctx)->ptr;
Expand Down
1 change: 0 additions & 1 deletion test/command/suite/column_rename/index/fulltext.expected
Expand Up @@ -31,7 +31,6 @@ load --table Terms
["groonga"],
["is"]
]

select Memos --query "content:@groonga"
[
[
Expand Down
Expand Up @@ -34,7 +34,6 @@ load --table Terms
["groonga"],
["is"]
]

select Memos --query "content:@groonga"
[
[
Expand Down
1 change: 0 additions & 1 deletion test/command/suite/column_rename/index/tag.expected
Expand Up @@ -28,7 +28,6 @@ load --table Memos
["_key","tag"],
["Groonga is fast.","groonga"]
]

select Memos --query "tag:@groonga"
[
[
Expand Down
1 change: 0 additions & 1 deletion test/command/suite/delete/reference/cross.expected
Expand Up @@ -37,4 +37,3 @@ load --table URLs
["http://mroonga.org/",""],
["http://ranguba.org/",""]
]

1 change: 0 additions & 1 deletion test/command/suite/delete/reference/vector_type.expected
Expand Up @@ -37,4 +37,3 @@ load --table URLs
["http://mroonga.org/",""],
["http://ranguba.org/",""]
]

Expand Up @@ -55,4 +55,3 @@ load --table Words
["Raccoon",0],
["Music",0]
]

1 change: 0 additions & 1 deletion test/command/suite/dump/record/vector_long_key.expected
Expand Up @@ -23,4 +23,3 @@ load --table Users
["_key","tags"],
["alice",["long (larger than 24byte)"]]
]

1 change: 0 additions & 1 deletion test/command/suite/dump/record/weight_vector_type.expected
Expand Up @@ -21,4 +21,3 @@ load --table Memos
["_key","tags"],
["Groonga is fast",[{"groonga":100},{"full text search":10}]]
]

Expand Up @@ -58,4 +58,3 @@ load --table Movies
[1,"Seven Samurai"],
[2,"The Last Samurai"]
]

Expand Up @@ -58,4 +58,3 @@ load --table Movies
[1,"Seven Samurai"],
[2,"The Last Samurai"]
]

Expand Up @@ -58,4 +58,3 @@ load --table Movies
[1,"Seven Samurai"],
[2,"The Last Samurai"]
]

1 change: 0 additions & 1 deletion test/command/suite/truncate/column/index.expected
Expand Up @@ -109,4 +109,3 @@ load --table Terms
["hello"],
["world"]
]

2 changes: 0 additions & 2 deletions test/command/suite/truncate/column/scalar_fix_size.expected
Expand Up @@ -20,7 +20,6 @@ load --table Logs
[1,11,"Hello"],
[2,22,"World"]
]

truncate Logs.id
[[0,0.0,0.0],true]
dump
Expand All @@ -33,4 +32,3 @@ load --table Logs
[1,0,"Hello"],
[2,0,"World"]
]

Expand Up @@ -20,7 +20,6 @@ load --table Logs
[1,11,"Hello"],
[2,22,"World"]
]

truncate Logs.message
[[0,0.0,0.0],true]
dump
Expand All @@ -33,4 +32,3 @@ load --table Logs
[1,11,""],
[2,22,""]
]

0 comments on commit 8e82c9f

Please sign in to comment.