Tracker: style fixes to VirtualDirectoryPoseView

This commit is contained in:
John Scipione
2014-06-20 21:30:07 -04:00
parent d8d0539a08
commit 5d3c0dd100
2 changed files with 7 additions and 7 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Haiku, Inc.
* Copyright 2013 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
@@ -24,6 +24,8 @@
namespace BPrivate {
// #pragma mark - VirtualDirectoryPoseView
VirtualDirectoryPoseView::VirtualDirectoryPoseView(Model* model, BRect frame,
uint32 resizeMask)
@@ -498,5 +500,4 @@ VirtualDirectoryPoseView::_UpdateDirectoryPaths()
return B_OK;
}
} // namespace BPrivate
+4 -5
View File
@@ -1,12 +1,12 @@
/*
* Copyright 2013, Haiku, Inc.
* Copyright 2013 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Ingo Weinhold, [email protected]
*/
#ifndef VIRTUAL_DIRECTORY_POSE_VIEW_H
#define VIRTUAL_DIRECTORY_POSE_VIEW_H
#ifndef _VIRTUAL_DIRECTORY_POSE_VIEW_H
#define _VIRTUAL_DIRECTORY_POSE_VIEW_H
#include <StringList.h>
@@ -16,7 +16,6 @@
namespace BPrivate {
class VirtualDirectoryEntryList;
@@ -74,4 +73,4 @@ private:
} // namespace BPrivate
#endif // VIRTUAL_DIRECTORY_POSE_VIEW_H
#endif // _VIRTUAL_DIRECTORY_POSE_VIEW_H