Skip to content

Commit 00eb5b7

Browse files
author
Mark Tyberg
committed
updating formatting
1 parent 5e50126 commit 00eb5b7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

GuillotineBinPack.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ namespace rbp {
1919

2020
using namespace std;
2121

22-
GuillotineBinPack::GuillotineBinPack()
23-
:binWidth(0),
24-
binHeight(0)
22+
GuillotineBinPack::GuillotineBinPack() : binWidth(0), binHeight(0)
2523
{
2624
}
2725

@@ -34,7 +32,7 @@ void GuillotineBinPack::Init(int width, int height, bool allowFlip)
3432
{
3533
binWidth = width;
3634
binHeight = height;
37-
binAllowFlip = allowFlip;
35+
binAllowFlip = allowFlip;
3836

3937
#ifdef _DEBUG
4038
disjointRects.Clear();

0 commit comments

Comments
 (0)