Skip to content

Commit

Permalink
White space
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankReiser committed Nov 24, 2023
1 parent 9a28e70 commit 756cbc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testPurity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ int main( int argc, char * argv[] )
std::cout << "Performance for numSamples: " << numSamples
<< " is " << flyingPhasorMagDeltaT << " seconds." << std::endl;


// Now for the Validating.
// NOTE: We are not going to "Validate" performance of the Legacy Generator. It is very good, just slow.
// Good up to some extremely high number of samples anyway.
Expand Down Expand Up @@ -416,7 +415,6 @@ int main( int argc, char * argv[] )

} while (false);


exit( retCode );
return retCode;
}

0 comments on commit 756cbc4

Please sign in to comment.