Skip to content

Commit 021aa0e

Browse files
Marsimplodationthedmd
authored andcommitted
minor styling change
1 parent 4487d47 commit 021aa0e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

imgui_node_editor.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737

3838
// LOCAL NAMESPACE TO DEFINE FLOOR FUNCTION, deprecated in imgui
3939
namespace {
40-
void FloorRect(ImRect & rect) {
40+
void FloorRect(ImRect & rect)
41+
{
4142
rect.Min.x = IM_TRUNC(rect.Min.x);
4243
rect.Min.y = IM_TRUNC(rect.Min.y);
4344
rect.Max.x = IM_TRUNC(rect.Max.x);

0 commit comments

Comments
 (0)