Whitespace check-in

pull/416/head
Jeffrey Walton 2017-05-09 15:28:42 -04:00
parent bc29f1b5b8
commit a0832a63be
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 2 deletions

View File

@ -920,7 +920,7 @@ bool TestRDRAND()
std::cout << " GenerateWord32 and Crop\n"; std::cout << " GenerateWord32 and Crop\n";
} }
else else
std::cout << "\nRDRAND generator not available, skipping test.\n"; std::cout << "RDRAND generator not available, skipping test.\n";
return entropy && compress && discard && crop; return entropy && compress && discard && crop;
} }
@ -1021,7 +1021,7 @@ bool TestRDSEED()
std::cout << " GenerateWord32 and Crop\n"; std::cout << " GenerateWord32 and Crop\n";
} }
else else
std::cout << "\nRDSEED generator not available, skipping test.\n"; std::cout << "RDSEED generator not available, skipping test.\n";
return entropy && compress && discard && crop; return entropy && compress && discard && crop;
} }