Codechange: coding style fixes
This commit is contained in:
@@ -210,7 +210,7 @@ static WindowDesc _small_news_desc(__FILE__, __LINE__,
|
||||
/**
|
||||
* Window layouts for news items.
|
||||
*/
|
||||
static WindowDesc* _news_window_layout[] = {
|
||||
static WindowDesc *_news_window_layout[] = {
|
||||
&_thin_news_desc, ///< NF_THIN
|
||||
&_small_news_desc, ///< NF_SMALL
|
||||
&_normal_news_desc, ///< NF_NORMAL
|
||||
@@ -218,7 +218,7 @@ static WindowDesc* _news_window_layout[] = {
|
||||
&_company_news_desc, ///< NF_COMPANY
|
||||
};
|
||||
|
||||
WindowDesc* GetNewsWindowLayout(NewsFlag flags)
|
||||
WindowDesc *GetNewsWindowLayout(NewsFlag flags)
|
||||
{
|
||||
uint layout = GB(flags, NFB_WINDOW_LAYOUT, NFB_WINDOW_LAYOUT_COUNT);
|
||||
assert(layout < lengthof(_news_window_layout));
|
||||
|
Reference in New Issue
Block a user