Skip to content

Commit

Permalink
Fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
spectre-ns committed Nov 8, 2023
1 parent 8aef465 commit 9762bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_xinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<double> test = {{1, 2, 3}, {4, 5, 6}};
Expand Down

0 comments on commit 9762bda

Please sign in to comment.