Skip to content

Commit 0fcd8a7

Browse files
authored
remove whitespace
1 parent a8df33b commit 0fcd8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/column_matrix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ class ColumnMatrix {
541541
#pragma omp parallel num_threads(n_threads)
542542
{
543543
// offsets of non-zero elements per feature for the current thread
544-
std::vector<size_t> nnz_offsets(n_features, 0);
544+
std::vector<size_t> nnz_offsets(n_features, 0);
545545
// nnz_offsets[fid] =
546546
// number of non-zero elements of feature fid already processed by this thread
547547
exc.Run([&, is_valid, base_rowid, row_index]() {

0 commit comments

Comments
 (0)