Tracker: style fixes, whitespace only

This commit is contained in:
John Scipione
2014-08-10 15:04:44 -04:00
parent 1463a01263
commit 3557a90270
+4 -4
View File
@@ -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;