Skip to content

Commit

Permalink
Style fixes. Thanks Axel for noticing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackburton79 committed Oct 18, 2013
1 parent 7d827cb commit e9487c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/firstbootprompt/BootPromptWindow.cpp
Expand Up @@ -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)
{
Expand All @@ -142,6 +141,8 @@ compare_void_menu_items(const void* _a, const void* _b)

return collator.Compare(a->Label(), b->Label());
}


// #pragma mark -


Expand Down

0 comments on commit e9487c7

Please sign in to comment.