Skip to content

Commit 833e40d

Browse files
committed
clang-format compat
1 parent eb52d84 commit 833e40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/writer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ zsv_csv_writer zsv_writer_new(struct zsv_csv_writer_options *opts) {
218218
}
219219
return w;
220220

221-
zsv_writer_new_err: {
221+
zsv_writer_new_err : {
222222
int e = errno;
223223
zsv_writer_delete(w);
224224
errno = e;

0 commit comments

Comments
 (0)