Fixed small coding style violations.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30696 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-05-10 11:21:24 +00:00
parent f04362eac3
commit 1c0f89a7fd
+4 -4
View File
@@ -38,10 +38,10 @@ CalcWindow::CalcWindow(BRect frame, BMessage *settings)
fCalcView = new CalcView(frame, baseColor, settings);
// create replicant dragger
BRect replicant_frame(frame);
replicant_frame.top = replicant_frame.bottom - 7.0f;
replicant_frame.left = replicant_frame.right - 7.0f;
BDragger* dragger = new BDragger(replicant_frame, fCalcView,
BRect replicantFrame(frame);
replicantFrame.top = replicantFrame.bottom - 7.0f;
replicantFrame.left = replicantFrame.right - 7.0f;
BDragger* dragger = new BDragger(replicantFrame, fCalcView,
B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
// attach views