[haiku-commits] r38125 - haiku/trunk/src/preferences/time

  • From: zooey@xxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 15 Aug 2010 19:58:07 +0200 (CEST)

Author: zooey
Date: 2010-08-15 19:58:06 +0200 (Sun, 15 Aug 2010)
New Revision: 38125
Changeset: http://dev.haiku-os.org/changeset/38125

Modified:
   haiku/trunk/src/preferences/time/SectionEdit.h
Log:
* style adjustments - no functional change

Modified: haiku/trunk/src/preferences/time/SectionEdit.h
===================================================================
--- haiku/trunk/src/preferences/time/SectionEdit.h      2010-08-15 17:53:04 UTC 
(rev 38124)
+++ haiku/trunk/src/preferences/time/SectionEdit.h      2010-08-15 17:58:06 UTC 
(rev 38125)
@@ -43,9 +43,9 @@
        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();


Other related posts:

  • » [haiku-commits] r38125 - haiku/trunk/src/preferences/time - zooey