aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_certstor.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-01-13 13:11:11 -0500
committerJack Lloyd <[email protected]>2019-01-13 13:11:11 -0500
commit9e4ee7dbeb6e83c470bfa99196e1492fdeaa4d83 (patch)
treec1dd9e7167ea59aff1e5bea6d0c4c303b6b9c820 /src/tests/test_certstor.cpp
parentf4246cd7cc1a9f4c4f5ff0cd891c85f5a0784603 (diff)
Remove trailing whitespace
Diffstat (limited to 'src/tests/test_certstor.cpp')
-rw-r--r--src/tests/test_certstor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_certstor.cpp b/src/tests/test_certstor.cpp
index 185c6a64b..c05772561 100644
--- a/src/tests/test_certstor.cpp
+++ b/src/tests/test_certstor.cpp
@@ -334,7 +334,7 @@ Test::Result test_certstor_find_hash_subject(const std::vector<CertificateAndKey
Test::Result test_certstor_load_allcert()
{
Test::Result result("Certificate Store - Load every cert of every files");
- // test_dir_bundled dir should contain only one file with 2 certificates
+ // test_dir_bundled dir should contain only one file with 2 certificates
// concatenated (ValidCert and root)
const std::string test_dir_bundled = Test::data_dir() + "/x509/misc/bundledcertdir";
@@ -343,7 +343,7 @@ Test::Result test_certstor_load_allcert()
result.test_note("load certs from dir: " + test_dir_bundled);
// Certificate_Store_In_Memory constructor loads every cert of every files of the dir.
Botan::Certificate_Store_In_Memory store(test_dir_bundled);
-
+
// X509_Certificate constructor loads only the first certificate found in the file.
Botan::X509_Certificate root_cert(Test::data_dir() + "/x509/x509test/root.pem");
Botan::X509_Certificate valid_cert(Test::data_dir() + "/x509/x509test/ValidCert.pem");