[haiku-commits] haiku: hrev46254 - src/apps/firstbootprompt

  • From: stefano.ceccherini@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 18 Oct 2013 21:19:19 +0200 (CEST)

hrev46254 adds 1 changeset to branch 'master'
old head: 7d827cb8646364a12a951f4555f027be0033b86d
new head: e9487c70c5764317d45aef2e903c4ef683b5c18d
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=e9487c7+%5E7d827cb

----------------------------------------------------------------------------

e9487c7: Style fixes. Thanks Axel for noticing.

                       [ Stefano Ceccherini <stefano.ceccherini@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev46254
Commit:      e9487c70c5764317d45aef2e903c4ef683b5c18d
URL:         http://cgit.haiku-os.org/haiku/commit/?id=e9487c7
Author:      Stefano Ceccherini <stefano.ceccherini@xxxxxxxxx>
Date:        Fri Oct 18 19:17:25 2013 UTC

----------------------------------------------------------------------------

1 file changed, 2 insertions(+), 1 deletion(-)
src/apps/firstbootprompt/BootPromptWindow.cpp | 3 ++-

----------------------------------------------------------------------------

diff --git a/src/apps/firstbootprompt/BootPromptWindow.cpp 
b/src/apps/firstbootprompt/BootPromptWindow.cpp
index 8d10662..9576561 100644
--- a/src/apps/firstbootprompt/BootPromptWindow.cpp
+++ b/src/apps/firstbootprompt/BootPromptWindow.cpp
@@ -131,7 +131,6 @@ compare_void_list_items(const void* _a, const void* _b)
 }
 
 
-
 static int
 compare_void_menu_items(const void* _a, const void* _b)
 {
@@ -142,6 +141,8 @@ compare_void_menu_items(const void* _a, const void* _b)
 
        return collator.Compare(a->Label(), b->Label());
 }
+
+
 // #pragma mark -
 
 


Other related posts:

  • » [haiku-commits] haiku: hrev46254 - src/apps/firstbootprompt - stefano . ceccherini