diff options
author | Jack Lloyd <[email protected]> | 2019-01-13 13:11:11 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-01-13 13:11:11 -0500 |
commit | 9e4ee7dbeb6e83c470bfa99196e1492fdeaa4d83 (patch) | |
tree | c1dd9e7167ea59aff1e5bea6d0c4c303b6b9c820 /src/tests/test_ffi.cpp | |
parent | f4246cd7cc1a9f4c4f5ff0cd891c85f5a0784603 (diff) |
Remove trailing whitespace
Diffstat (limited to 'src/tests/test_ffi.cpp')
-rw-r--r-- | src/tests/test_ffi.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/test_ffi.cpp b/src/tests/test_ffi.cpp index 58b491a9a..ce9dc94d5 100644 --- a/src/tests/test_ffi.cpp +++ b/src/tests/test_ffi.cpp @@ -1237,7 +1237,7 @@ class FFI_Unit_Tests final : public Test str_len = sizeof(str_buf); TEST_FFI_OK(botan_mp_to_str, (x, 10, str_buf, &str_len)); result.test_eq("botan_mp_add", std::string(str_buf), "259"); - + TEST_FFI_RC(1, botan_mp_is_odd, (x)); TEST_FFI_RC(0, botan_mp_is_even, (x)); TEST_FFI_RC(0, botan_mp_is_negative, (x)); @@ -2708,4 +2708,3 @@ BOTAN_REGISTER_TEST("ffi", FFI_Unit_Tests); } } - |