From a0832a63be5382b1df859c00e42b98bffe429e42 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 9 May 2017 15:28:42 -0400 Subject: [PATCH] Whitespace check-in --- validat1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validat1.cpp b/validat1.cpp index af8299ed..07a0a01a 100644 --- a/validat1.cpp +++ b/validat1.cpp @@ -920,7 +920,7 @@ bool TestRDRAND() std::cout << " GenerateWord32 and Crop\n"; } else - std::cout << "\nRDRAND generator not available, skipping test.\n"; + std::cout << "RDRAND generator not available, skipping test.\n"; return entropy && compress && discard && crop; } @@ -1021,7 +1021,7 @@ bool TestRDSEED() std::cout << " GenerateWord32 and Crop\n"; } else - std::cout << "\nRDSEED generator not available, skipping test.\n"; + std::cout << "RDSEED generator not available, skipping test.\n"; return entropy && compress && discard && crop; }