From 40a89649116b2f863e9240af1a94667ef2c11275 Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 26 Jul 2006 03:33:12 +0000 Subject: (svn r5609) CodeChange : Apply coding style --- news_gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'news_gui.c') diff --git a/news_gui.c b/news_gui.c index 0b27ad2ad..4258c3256 100644 --- a/news_gui.c +++ b/news_gui.c @@ -459,7 +459,7 @@ static void MoveToNexItem(void) switch (GetNewsDisplayValue(ni->type)) { case 0: { /* Off - show nothing only a small reminder in the status bar */ - Window* w = FindWindowById(WC_STATUS_BAR, 0); + Window *w = FindWindowById(WC_STATUS_BAR, 0); if (w != NULL) { WP(w, def_d).data_2 = 91; @@ -866,7 +866,7 @@ void DeleteVehicleNews(VehicleID vid, StringID news) if (ni->flags & NF_VEHICLE && ni->data_a == vid && (news == INVALID_STRING_ID || ni->string_id == news)) { - Window* w; + Window *w; byte i; if (_forced_news == n) MoveToNexItem(); -- cgit v1.2.3-54-g00ecf