aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_package_transform.cpp
diff options
context:
space:
mode:
authorTomasz Frydrych <[email protected]>2017-05-01 15:03:52 +0200
committerTomasz Frydrych <[email protected]>2017-05-01 15:03:52 +0200
commit87c0fae706140b0a2a7a3fda9dd813474172fa2a (patch)
tree28930efab4d290dcebb89666d46050edd06703fd /src/tests/test_package_transform.cpp
parent29cc6bebe132a34f882d450b35a69bf71bb3e27b (diff)
Reformat code with astyle + fix code style
Diffstat (limited to 'src/tests/test_package_transform.cpp')
-rw-r--r--src/tests/test_package_transform.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_package_transform.cpp b/src/tests/test_package_transform.cpp
index 6ad6c51c7..880f2ac50 100644
--- a/src/tests/test_package_transform.cpp
+++ b/src/tests/test_package_transform.cpp
@@ -7,7 +7,7 @@
#include "tests.h"
#if defined(BOTAN_HAS_PACKAGE_TRANSFORM)
- #include <botan/package.h>
+ #include <botan/package.h>
#endif
namespace Botan_Tests {
@@ -51,7 +51,7 @@ class Package_Transform_Tests : public Test
// More tests including KATs would be useful for these functions
- return std::vector<Test::Result>{result};
+ return std::vector<Test::Result> {result};
}
};