Whitespace removed

This commit is contained in:
2020-10-09 13:27:24 +01:00
parent 7e79c2efe9
commit 529dc29850

View File

@@ -237,7 +237,6 @@ where_builder *whereNotIn(where_builder *wb, const char *tbl, const char *col,
where_builder *whereNotIn_va(where_builder *wb, const char *tbl, const char *col, where_builder *whereNotIn_va(where_builder *wb, const char *tbl, const char *col,
e_column_type type, uint32_t n_args, va_list args) e_column_type type, uint32_t n_args, va_list args)
{ {
return where_In_notIn_va(wb, tbl, col, NOT_IN, type, n_args, args); return where_In_notIn_va(wb, tbl, col, NOT_IN, type, n_args, args);
} }