From 3045206f6185b4b9edc233ee89964629b284c1fc Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 15 Aug 2010 17:58:06 +0000 Subject: [PATCH] * style adjustments - no functional change git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38125 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/time/SectionEdit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/preferences/time/SectionEdit.h b/src/preferences/time/SectionEdit.h index 414b263bb9..9e3903633d 100644 --- a/src/preferences/time/SectionEdit.h +++ b/src/preferences/time/SectionEdit.h @@ -43,9 +43,9 @@ public: virtual void MakeFocus(bool focused = true); virtual void KeyDown(const char* bytes, int32 numBytes); - uint32 CountSections() const; - int32 FocusIndex() const; - BRect SectionArea() const; + uint32 CountSections() const; + int32 FocusIndex() const; + BRect SectionArea() const; protected: virtual void InitView();