Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffamstutz committed Nov 12, 2024
1 parent d09c315 commit f404293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/anari/include/anari/anari_cpp/ext/linalg.h
Original file line number Diff line number Diff line change
Expand Up @@ -727,8 +727,8 @@ namespace math {

using namespace linalg::aliases;
using namespace linalg;
using mat3 = anari::math::float3x3;
using mat4 = anari::math::float4x4;
using mat3 = anari::math::float3x3;
using mat4 = anari::math::float4x4;

} // namespace math
} // namespace anari
Expand Down
2 changes: 1 addition & 1 deletion src/helium/BaseGlobalDeviceState.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
namespace helium {

using namespace linalg::aliases;
using mat4 = anari::math::float4x4;
using mat4 = anari::math::float4x4;

struct BaseGlobalDeviceState
{
Expand Down

0 comments on commit f404293

Please sign in to comment.