fix indent
This commit is contained in:
parent
6e054e8fa4
commit
2c1aabf6b0
@ -106,8 +106,8 @@ class DMatrixSimple : public DataMatrix {
|
||||
if (!silent) {
|
||||
printf("%lux%lu matrix with %lu entries is loaded from %s\n",
|
||||
static_cast<unsigned long>(info.num_row()),
|
||||
static_cast<unsigned long>(info.num_col()),
|
||||
static_cast<unsigned long>(row_data_.size()), fname);
|
||||
static_cast<unsigned long>(info.num_col()),
|
||||
static_cast<unsigned long>(row_data_.size()), fname);
|
||||
}
|
||||
fclose(file);
|
||||
// try to load in additional file
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user