summaryrefslogtreecommitdiff
path: root/lib/cpp/test/OpenSSLManualInitTest.cpp
diff options
context:
space:
mode:
authorKonrad Grochowski <hcorg@apache.org>2014-11-13 15:33:38 +0100
committerKonrad Grochowski <hcorg@apache.org>2014-11-18 11:39:10 +0100
commit16a23a6618754a5a87aeb8df99a72516b0272fb3 (patch)
tree3d3a5250cc06e9010c0e0bef5eed4454a3c6be18 /lib/cpp/test/OpenSSLManualInitTest.cpp
parent240120c8434b49d1f76d207aff4e3530d3ada14b (diff)
downloadthrift-16a23a6618754a5a87aeb8df99a72516b0272fb3.tar.gz
THRIFT-2729: C++ - .clang-format created and applied
Client: C++ Patch: Konrad Grochowski make style command added
Diffstat (limited to 'lib/cpp/test/OpenSSLManualInitTest.cpp')
-rw-r--r--lib/cpp/test/OpenSSLManualInitTest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/cpp/test/OpenSSLManualInitTest.cpp b/lib/cpp/test/OpenSSLManualInitTest.cpp
index fbecbc385..b04ed438f 100644
--- a/lib/cpp/test/OpenSSLManualInitTest.cpp
+++ b/lib/cpp/test/OpenSSLManualInitTest.cpp
@@ -69,8 +69,7 @@ void test_openssl_availability() {
boost::unit_test::test_suite* init_unit_test_suite(int argc, char* argv[]) {
THRIFT_UNUSED_VARIABLE(argc);
THRIFT_UNUSED_VARIABLE(argv);
- boost::unit_test::test_suite* suite =
- &boost::unit_test::framework::master_test_suite();
+ boost::unit_test::test_suite* suite = &boost::unit_test::framework::master_test_suite();
suite->p_name.value = "OpenSSLManualInit";
suite->add(BOOST_TEST_CASE(test_openssl_availability));