From 9762bda3dd0810f9d9323ccaca95f56a1723c2ac Mon Sep 17 00:00:00 2001 From: Drew Hubley Date: Wed, 8 Nov 2023 07:39:28 -0400 Subject: [PATCH] Fixed whitespace --- test/test_xinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_xinfo.cpp b/test/test_xinfo.cpp index fe0f43ce8..6508c2124 100644 --- a/test/test_xinfo.cpp +++ b/test/test_xinfo.cpp @@ -25,7 +25,7 @@ namespace xt ss << info(test) << std::endl; } -#ifndef __llvm__ //See https://github.com/xtensor-stack/xtensor/issues/2694 +#ifndef __llvm__ // See https://github.com/xtensor-stack/xtensor/issues/2694 TEST(xinfo, typename) { xarray test = {{1, 2, 3}, {4, 5, 6}};