Remove printing an empty line to stderr
This commit is contained in:
parent
bc9a22e5f7
commit
b0e750c3d2
|
|
@ -1172,7 +1172,6 @@ plotAddComplexValue(dataDesc *desc, IFcomplex value)
|
|||
static void
|
||||
plotEnd(runDesc *run)
|
||||
{
|
||||
fprintf(stderr, "\n");
|
||||
fprintf(stdout, "\nNo. of Data Rows : %d\n", run->pointCount);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue