Skip to content

Commit 35635ce

Browse files
committed
aligned original style
1 parent b905184 commit 35635ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/in_mem_data_store.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ template <typename data_t> location_t InMemDataStore<data_t>::load_impl(const st
112112

113113
template <typename data_t> size_t InMemDataStore<data_t>::save(const std::string &filename, const location_t num_points)
114114
{
115-
return save_data_in_base_dimensions(filename, _data, num_points, this->_dim, _aligned_dim, 0U);
115+
return save_data_in_base_dimensions(filename, _data, num_points, this->_dim, this->_aligned_dim, 0U);
116116
}
117117

118118
template <typename data_t> void InMemDataStore<data_t>::populate_data(const data_t *vectors, const location_t num_pts)

0 commit comments

Comments
 (0)