From 2ae92dcc97765deb2845dd07a338858aeb375cb3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 24 Jun 2015 14:13:37 +0100 Subject: No-op: whitespace. --- test/decryption_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/decryption_test.cc') diff --git a/test/decryption_test.cc b/test/decryption_test.cc index 16b2c469..2f0bb420 100644 --- a/test/decryption_test.cc +++ b/test/decryption_test.cc @@ -75,7 +75,7 @@ BOOST_AUTO_TEST_CASE (decryption_test) ), dcp::file_to_string ("test/data/private.key") ); - + encrypted.add (kdm); pair plaintext_frame = get_frame (plaintext); @@ -84,7 +84,7 @@ BOOST_AUTO_TEST_CASE (decryption_test) /* Check that plaintext and encrypted are the same */ BOOST_CHECK_EQUAL (plaintext_frame.second, encrypted_frame.second); - + BOOST_CHECK_EQUAL ( memcmp ( plaintext_frame.first, -- cgit v1.2.3