Resolve Style Checks

This commit is contained in:
Yashwants19
2019-05-15 07:22:07 +05:30
committed by GitHub
parent bff99ba60a
commit bf4ba4cabb
+1 -1
View File
@@ -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);