Skip to content

Commit

Permalink
Fixing empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
eldakms committed Sep 27, 2016
1 parent cd6c879 commit 2e4a773
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Math/CPUSparseMatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ void CPUSparseMatrix<ElemType>::Print(const char* matrixName, ptrdiff_t /*rowSta
}
fprintf(stderr, "%d:%.f ", unCompressedIndex[i], dataBuffer[i]);
}

fprintf(stderr, "\n");
}

Expand Down

0 comments on commit 2e4a773

Please sign in to comment.