Skip to content

Commit 9f18a1f

Browse files
author
kevyuu
committed
Fix indentation
1 parent d79c703 commit 9f18a1f

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

include/nbl/asset/utils/COBBGenerator.h

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@
1111

1212
namespace nbl::asset
1313
{
14-
class COBBGenerator
15-
{
16-
public:
1714

18-
using VertexCollection = CPolygonGeometryManipulator::VertexCollection;
15+
class COBBGenerator
16+
{
17+
public:
18+
19+
using VertexCollection = CPolygonGeometryManipulator::VertexCollection;
20+
21+
static hlsl::shapes::OBB<> compute(const VertexCollection& vertices);
1922

20-
static hlsl::shapes::OBB<> compute(const VertexCollection& vertices);
23+
};
2124

22-
};
2325
}
2426

2527
#endif

0 commit comments

Comments
 (0)