From bf4ba4cabbfa2ae5608dcfe8dc43e9077a687221 Mon Sep 17 00:00:00 2001 From: Yashwants19 Date: Wed, 15 May 2019 07:22:07 +0530 Subject: [PATCH] Resolve Style Checks --- src/mlpack/tests/main_tests/fastmks_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/tests/main_tests/fastmks_test.cpp b/src/mlpack/tests/main_tests/fastmks_test.cpp index 12788dc248..3ba031f224 100644 --- a/src/mlpack/tests/main_tests/fastmks_test.cpp +++ b/src/mlpack/tests/main_tests/fastmks_test.cpp @@ -415,7 +415,7 @@ BOOST_AUTO_TEST_CASE(FastMKSKernelTest) // Looping over all the kernels for (size_t i = 0; i < nofkerneltypes; i++) { - if(kerneltypes[i] == "hyptan") + if (kerneltypes[i] == "hyptan") { // Same random inputs, different algorithms. SetInputParam("reference", inputData);