Tracker: style fixes, whitespace only
This commit is contained in:
@@ -45,7 +45,7 @@ const int32 kColumnStateArchiveVersion = 22;
|
||||
// bump version when layout or size changes
|
||||
|
||||
class BColumn {
|
||||
public:
|
||||
public:
|
||||
BColumn(const char* title, float offset, float width,
|
||||
alignment align, const char* attributeName, uint32 attrType,
|
||||
const char* displayAs, bool statField, bool editable);
|
||||
@@ -77,7 +77,7 @@ class BColumn {
|
||||
void SetOffset(float);
|
||||
void SetWidth(float);
|
||||
|
||||
private:
|
||||
private:
|
||||
void _Init(const char* title, float offset, float width,
|
||||
alignment align, const char* attributeName, uint32 attrType,
|
||||
const char* displayAs, bool statField, bool editable);
|
||||
@@ -100,7 +100,7 @@ const int32 kViewStateArchiveVersion = 11;
|
||||
// bump version when layout or size changes
|
||||
|
||||
class BViewState {
|
||||
public:
|
||||
public:
|
||||
BViewState();
|
||||
|
||||
BViewState(BMallocIO* stream, bool endianSwap = false);
|
||||
@@ -137,7 +137,7 @@ class BViewState {
|
||||
|
||||
bool StateNeedsSaving();
|
||||
|
||||
private:
|
||||
private:
|
||||
static BViewState* _Sanitize(BViewState* state, bool fixOnly = false);
|
||||
|
||||
uint32 fViewMode;
|
||||
|
||||
Reference in New Issue
Block a user