Tracker: style fixes to VirtualDirectoryWindow

This commit is contained in:
John Scipione
2014-06-20 21:30:09 -04:00
parent 5d3c0dd100
commit e07476a120
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2013, Haiku, Inc. * Copyright 2013 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
@@ -58,6 +58,8 @@ All rights reserved.
namespace BPrivate { namespace BPrivate {
// #pragma mark - VirtualDirectoryWindow
VirtualDirectoryWindow::VirtualDirectoryWindow(LockingList<BWindow>* windowList, VirtualDirectoryWindow::VirtualDirectoryWindow(LockingList<BWindow>* windowList,
uint32 containerWindowFlags, window_look look, window_feel feel, uint32 containerWindowFlags, window_look look, window_feel feel,
@@ -175,5 +177,4 @@ VirtualDirectoryWindow::AddWindowContextMenus(BMenu* menu)
resizeItem->SetTarget(this); resizeItem->SetTarget(this);
} }
} // namespace BPrivate } // namespace BPrivate
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2013, Haiku, Inc. * Copyright 2013 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors: