From 2e4a773398b5ee84e1695abe73eb831c3cca1e36 Mon Sep 17 00:00:00 2001 From: Eldar Akchurin Date: Tue, 27 Sep 2016 13:36:31 +0200 Subject: [PATCH] Fixing empty lines --- Source/Math/CPUSparseMatrix.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Math/CPUSparseMatrix.cpp b/Source/Math/CPUSparseMatrix.cpp index 4bf9f436c358..7457682e69d3 100644 --- a/Source/Math/CPUSparseMatrix.cpp +++ b/Source/Math/CPUSparseMatrix.cpp @@ -473,7 +473,6 @@ void CPUSparseMatrix::Print(const char* matrixName, ptrdiff_t /*rowSta } fprintf(stderr, "%d:%.f ", unCompressedIndex[i], dataBuffer[i]); } - fprintf(stderr, "\n"); }