Tracker: style fixes to TrackerSettings

This commit is contained in:
John Scipione
2014-06-20 21:29:53 -04:00
parent a92b628772
commit 4c0810574e
2 changed files with 109 additions and 107 deletions
+3 -2
View File
@@ -94,6 +94,7 @@ class TTrackerState : public Settings {
typedef Settings _inherited;
};
static TTrackerState gTrackerState;
@@ -116,7 +117,7 @@ int32 ColorToValue(rgb_color color)
}
// #pragma mark -
// #pragma mark - TTrackerState
TTrackerState::TTrackerState()
@@ -218,7 +219,7 @@ TTrackerState::LoadSettingsIfNeeded()
}
// #pragma mark -
// #pragma mark - TrackerSettings
TrackerSettings::TrackerSettings()
+1
View File
@@ -129,4 +129,5 @@ class TrackerSettings {
} // namespace BPrivate
#endif // _TRACKER_SETTINGS_H