From e5a925e26c56c5ceef62cb1c3ce5ecb6a6699853 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Mon, 21 Apr 2014 14:57:48 +0530 Subject: [PATCH] Add newlines to the end of every file (sed/unix do this) --- src/addresses.h | 2 +- src/audio.c | 2 +- src/audio.h | 2 +- src/climate.c | 2 +- src/climate.h | 2 +- src/config.c | 2 +- src/config.h | 2 +- src/date.c | 2 +- src/date.h | 2 +- src/editor.c | 2 +- src/editor.h | 2 +- src/game.c | 2 +- src/game.h | 2 +- src/gfx.c | 2 +- src/gfx.h | 2 +- src/intro.c | 2 +- src/intro.h | 2 +- src/map.c | 2 +- src/map.h | 2 +- src/news_item.c | 2 +- src/news_item.h | 2 +- src/object.c | 2 +- src/object.h | 2 +- src/osinterface.c | 2 +- src/osinterface.h | 2 +- src/park.c | 2 +- src/park.h | 2 +- src/peep.c | 2 +- src/peep.h | 2 +- src/rct2.c | 2 +- src/rct2.h | 2 +- src/ride.c | 2 +- src/ride.h | 2 +- src/sawyercoding.c | 2 +- src/sawyercoding.h | 2 +- src/scenario.c | 2 +- src/scenario.h | 2 +- src/sprite.h | 2 +- src/sprites.h | 2 +- src/strings.c | 2 +- src/strings.h | 2 +- src/title.c | 2 +- src/title.h | 2 +- src/tutorial.c | 2 +- src/tutorial.h | 2 +- src/util.c | 2 +- src/util.h | 2 +- src/viewport.c | 2 +- src/viewport.h | 2 +- src/widget.c | 2 +- src/widget.h | 2 +- src/window.c | 2 +- src/window.h | 2 +- src/window_cheats.c | 2 +- src/window_clear_scenery.c | 2 +- src/window_dropdown.c | 2 +- src/window_dropdown.h | 2 +- src/window_game_bottom_toolbar.c | 2 +- src/window_game_top_toolbar.c | 2 +- src/window_land.c | 2 +- src/window_main.c | 2 +- src/window_park.c | 2 +- src/window_ride_list.c | 2 +- src/window_title_exit.c | 2 +- src/window_title_logo.c | 2 +- src/window_title_menu.c | 2 +- src/window_title_scenarioselect.c | 2 +- src/window_water.c | 2 +- 68 files changed, 68 insertions(+), 68 deletions(-) diff --git a/src/addresses.h b/src/addresses.h index 6b18e31349..0022707e95 100644 --- a/src/addresses.h +++ b/src/addresses.h @@ -272,4 +272,4 @@ static void RCT2_CALLFUNC_X(int address, int *_eax, int *_ebx, int *_ecx, int *_ } } -#endif \ No newline at end of file +#endif diff --git a/src/audio.c b/src/audio.c index 8f483f4fcb..468ff26d08 100644 --- a/src/audio.c +++ b/src/audio.c @@ -44,4 +44,4 @@ int sound_play(rct_sound* sound, int looping, int volume, int pan, int frequency void sound_stop(rct_sound* sound) { RCT2_CALLPROC_1(0x00404DD8, rct_sound*, sound); -} \ No newline at end of file +} diff --git a/src/audio.h b/src/audio.h index 70a887057b..bb82236c96 100644 --- a/src/audio.h +++ b/src/audio.h @@ -55,4 +55,4 @@ typedef enum { RCT2_SOUND_TRACKFRICTION = 57, } RCT2_SOUND; -#endif \ No newline at end of file +#endif diff --git a/src/climate.c b/src/climate.c index 8879160272..71ae908eda 100644 --- a/src/climate.c +++ b/src/climate.c @@ -47,4 +47,4 @@ void climate_reset(int climate) RCT2_GLOBAL(0x013CA750, sint8) = ecx & 0xFF; RCT2_GLOBAL(0x013CA752, sint8) = (ecx >> 8) & 0xFF; RCT2_CALLPROC_X(0x6C461C, 0, 0, 0, 0, 0, 0, 0); -} \ No newline at end of file +} diff --git a/src/climate.h b/src/climate.h index dce3765ea0..7325bfd8b1 100644 --- a/src/climate.h +++ b/src/climate.h @@ -31,4 +31,4 @@ enum { int climate_celcius_to_fahrenheit(int celcius); void climate_reset(int climate); -#endif \ No newline at end of file +#endif diff --git a/src/config.c b/src/config.c index 11a821a5f0..75fa907c4d 100644 --- a/src/config.c +++ b/src/config.c @@ -63,4 +63,4 @@ void config_load() if (!(RCT2_GLOBAL(RCT2_ADDRESS_CONFIG_FLAGS, uint8) & CONFIG_FLAG_SHOW_HEIGHT_AS_UNITS)) RCT2_GLOBAL(0x009AACBD, sint16) = (RCT2_GLOBAL(RCT2_ADDRESS_CONFIG_METRIC, sint8) + 1) * 256; RCT2_GLOBAL(0x009AA00D, sint8) = 1; -} \ No newline at end of file +} diff --git a/src/config.h b/src/config.h index fdec6cbed3..16bdf47784 100644 --- a/src/config.h +++ b/src/config.h @@ -29,4 +29,4 @@ enum { void config_load(); -#endif \ No newline at end of file +#endif diff --git a/src/date.c b/src/date.c index 7f6cc2eef3..012e556327 100644 --- a/src/date.c +++ b/src/date.c @@ -46,4 +46,4 @@ void date_reset() RCT2_GLOBAL(RCT2_ADDRESS_CURRENT_MONTH_YEAR, sint16) = MONTH_MARCH; RCT2_GLOBAL(RCT2_ADDRESS_CURRENT_DAY, sint16) = 0; RCT2_GLOBAL(RCT2_ADDRESS_CURRENT_TICKS, sint32) = 0; -} \ No newline at end of file +} diff --git a/src/date.h b/src/date.h index bf637e2b9e..49e603a0ac 100644 --- a/src/date.h +++ b/src/date.h @@ -38,4 +38,4 @@ int date_get_month(int months); int date_get_total_months(int month, int year); void date_reset(); -#endif \ No newline at end of file +#endif diff --git a/src/editor.c b/src/editor.c index da3091a9d7..e9fff528b4 100644 --- a/src/editor.c +++ b/src/editor.c @@ -166,4 +166,4 @@ static void set_all_land_owned() int mapSize = RCT2_GLOBAL(RCT2_ADDRESS_MAP_SIZE, sint16); RCT2_CALLPROC_X(0x006677F2, 64, 1, 64, 2, 56, (mapSize - 2) * 32, (mapSize - 2) * 32); -} \ No newline at end of file +} diff --git a/src/editor.h b/src/editor.h index 2eb90ee50e..34a7ef5ab3 100644 --- a/src/editor.h +++ b/src/editor.h @@ -26,4 +26,4 @@ void editor_convert_save_to_scenario(); void trackdesigner_load(); void trackmanager_load(); -#endif \ No newline at end of file +#endif diff --git a/src/game.c b/src/game.c index 00fef4953f..0de1b92662 100644 --- a/src/game.c +++ b/src/game.c @@ -424,4 +424,4 @@ static void game_handle_input_mouse(int x, int y, int state) RCT2_CALLPROC_X(0x006E8ACB, x, y, state, widgetIndex, w, widget, 0); break; } -} \ No newline at end of file +} diff --git a/src/game.h b/src/game.h index 933a0887ae..4a0ae74fa1 100644 --- a/src/game.h +++ b/src/game.h @@ -25,4 +25,4 @@ void game_create_windows(); void game_update(); void game_logic_update(); -#endif \ No newline at end of file +#endif diff --git a/src/gfx.c b/src/gfx.c index 6b1095e981..dac482e2dd 100644 --- a/src/gfx.c +++ b/src/gfx.c @@ -482,4 +482,4 @@ void gfx_draw_string_left(rct_drawpixelinfo *dpi, int format, void *args, int co void gfx_draw_string(rct_drawpixelinfo *dpi, char *format, int colour, int x, int y) { RCT2_CALLPROC_X(0x00682702, colour, 0, x, y, format, dpi, 0); -} \ No newline at end of file +} diff --git a/src/gfx.h b/src/gfx.h index 9a4c7ccc87..bf9bc4ee73 100644 --- a/src/gfx.h +++ b/src/gfx.h @@ -73,4 +73,4 @@ void gfx_draw_all_dirty_blocks(); void gfx_redraw_screen_rect(short left, short top, short right, short bottom); void gfx_invalidate_screen(); -#endif \ No newline at end of file +#endif diff --git a/src/intro.c b/src/intro.c index 3c18041ab5..adf85e5028 100644 --- a/src/intro.c +++ b/src/intro.c @@ -301,4 +301,4 @@ static void screen_intro_skip_part() (*part) = 254; break; } -} \ No newline at end of file +} diff --git a/src/intro.h b/src/intro.h index f4ecfbfe8d..b0f09cb462 100644 --- a/src/intro.h +++ b/src/intro.h @@ -23,4 +23,4 @@ void intro_update(); -#endif \ No newline at end of file +#endif diff --git a/src/map.c b/src/map.c index a011c00d15..67e58eff2f 100644 --- a/src/map.c +++ b/src/map.c @@ -152,4 +152,4 @@ int sub_662783(int x, int y) // slope logic return result; -} \ No newline at end of file +} diff --git a/src/map.h b/src/map.h index 84e9d951e8..8a42517699 100644 --- a/src/map.h +++ b/src/map.h @@ -185,4 +185,4 @@ enum { void map_init(); void map_update_tile_pointers(); -#endif \ No newline at end of file +#endif diff --git a/src/news_item.c b/src/news_item.c index 7d779a48c4..f2de8b1698 100644 --- a/src/news_item.c +++ b/src/news_item.c @@ -240,4 +240,4 @@ void news_item_get_subject_location(int type, int subject, int *x, int *y, int * *x = 0x8000; break; } -} \ No newline at end of file +} diff --git a/src/news_item.h b/src/news_item.h index 6eaf56f923..280c808571 100644 --- a/src/news_item.h +++ b/src/news_item.h @@ -57,4 +57,4 @@ void news_item_init_queue(); void news_item_update_current(); void news_item_close_current(); -#endif \ No newline at end of file +#endif diff --git a/src/object.c b/src/object.c index 3a5356fb2c..ba642157c2 100644 --- a/src/object.c +++ b/src/object.c @@ -57,4 +57,4 @@ int object_load_packed() int eax, ebx, ecx, edx, esi, edi, ebp; RCT2_CALLFUNC_X(0x006AA2B7, &eax, &ebx, &ecx, &edx, &esi, &edi, &ebp); return eax; -} \ No newline at end of file +} diff --git a/src/object.h b/src/object.h index 0ba15028b6..54c5f76220 100644 --- a/src/object.h +++ b/src/object.h @@ -38,4 +38,4 @@ void object_load_list(); void object_read_and_load_entries(HFILE hFile); int object_load_packed(); -#endif \ No newline at end of file +#endif diff --git a/src/osinterface.c b/src/osinterface.c index 0bdf7569aa..ac66460855 100644 --- a/src/osinterface.c +++ b/src/osinterface.c @@ -288,4 +288,4 @@ void osinterface_free() { osinterface_close_window(); SDL_Quit(); -} \ No newline at end of file +} diff --git a/src/osinterface.h b/src/osinterface.h index 8c749d8f27..4c0fed94ba 100644 --- a/src/osinterface.h +++ b/src/osinterface.h @@ -45,4 +45,4 @@ void osinterface_process_messages(); void osinterface_draw(); void osinterface_free(); -#endif \ No newline at end of file +#endif diff --git a/src/park.c b/src/park.c index ec02f64504..9e549c628d 100644 --- a/src/park.c +++ b/src/park.c @@ -240,4 +240,4 @@ int calculate_company_value() result -= RCT2_GLOBAL(RCT2_ADDRESS_CURRENT_LOAN, sint32); return result; -} \ No newline at end of file +} diff --git a/src/park.h b/src/park.h index 4d3829e8a0..4ce74a3294 100644 --- a/src/park.h +++ b/src/park.h @@ -58,4 +58,4 @@ int calculate_park_rating(); int calculate_park_value(); int calculate_company_value(); -#endif \ No newline at end of file +#endif diff --git a/src/peep.c b/src/peep.c index 0eec3d0536..e50fb7c80a 100644 --- a/src/peep.c +++ b/src/peep.c @@ -70,4 +70,4 @@ void peep_update_all() i++; } -} \ No newline at end of file +} diff --git a/src/peep.h b/src/peep.h index 593c181a46..335cbedf0b 100644 --- a/src/peep.h +++ b/src/peep.h @@ -91,4 +91,4 @@ typedef struct { int peep_get_staff_count(); void peep_update_all(); -#endif \ No newline at end of file +#endif diff --git a/src/rct2.c b/src/rct2.c index 5b93e66ec1..c7ea00da04 100644 --- a/src/rct2.c +++ b/src/rct2.c @@ -280,4 +280,4 @@ void *rct2_realloc(void *block, size_t numBytes) void rct2_free(void *block) { RCT2_CALLPROC_1(0x004068DE, void*, block); -} \ No newline at end of file +} diff --git a/src/rct2.h b/src/rct2.h index 393e03edb4..795893d846 100644 --- a/src/rct2.h +++ b/src/rct2.h @@ -133,4 +133,4 @@ void *rct2_malloc(size_t numBytes); void *rct2_realloc(void *block, size_t numBytes); void rct2_free(void *block); -#endif \ No newline at end of file +#endif diff --git a/src/ride.c b/src/ride.c index 2786c07a9c..c04019e7b5 100644 --- a/src/ride.c +++ b/src/ride.c @@ -149,4 +149,4 @@ void ride_init_all() ride_measurement = GET_RIDE_MEASUREMENT(i); ride_measurement->var_00 = 0xFF; } -} \ No newline at end of file +} diff --git a/src/ride.h b/src/ride.h index e92db5a2c6..2afa6b291f 100644 --- a/src/ride.h +++ b/src/ride.h @@ -205,4 +205,4 @@ int ride_get_total_queue_length(rct_ride *ride); int ride_get_max_queue_time(rct_ride *ride); void ride_init_all(); -#endif \ No newline at end of file +#endif diff --git a/src/sawyercoding.c b/src/sawyercoding.c index 1945e6a167..a48f55d357 100644 --- a/src/sawyercoding.c +++ b/src/sawyercoding.c @@ -139,4 +139,4 @@ static void decode_chunk_rotate(char *buffer, int length) buffer[i] = ror8(buffer[i], code); code = (code + 2) % 8; } -} \ No newline at end of file +} diff --git a/src/sawyercoding.h b/src/sawyercoding.h index 71652218f0..08956192b7 100644 --- a/src/sawyercoding.h +++ b/src/sawyercoding.h @@ -38,4 +38,4 @@ enum { int sawyercoding_read_chunk(HFILE hFile, uint8 *buffer); -#endif \ No newline at end of file +#endif diff --git a/src/scenario.c b/src/scenario.c index 3a04e0b49a..3ab933bcd0 100644 --- a/src/scenario.c +++ b/src/scenario.c @@ -465,4 +465,4 @@ void scenario_load_and_play(rct_scenario_basic *scenario) strcpy(0x0135920A, s6Info->name); RCT2_CALLPROC_EBPSAFE(0x00678461); -} \ No newline at end of file +} diff --git a/src/scenario.h b/src/scenario.h index bbb42ef501..45eacf8a42 100644 --- a/src/scenario.h +++ b/src/scenario.h @@ -111,4 +111,4 @@ void scenario_load_list(); void scenario_load(char *path); void scenario_load_and_play(rct_scenario_basic *scenario); -#endif \ No newline at end of file +#endif diff --git a/src/sprite.h b/src/sprite.h index 3fa33c3932..b81ea25dd0 100644 --- a/src/sprite.h +++ b/src/sprite.h @@ -56,4 +56,4 @@ typedef union { rct_litter litter; } rct_sprite; -#endif \ No newline at end of file +#endif diff --git a/src/sprites.h b/src/sprites.h index 0286a6e71c..869f35ddc7 100644 --- a/src/sprites.h +++ b/src/sprites.h @@ -247,4 +247,4 @@ enum { SPR_CREDITS_INFOGRAMES = 23230, }; -#endif \ No newline at end of file +#endif diff --git a/src/strings.c b/src/strings.c index 97e605f1b8..c26db5a171 100644 --- a/src/strings.c +++ b/src/strings.c @@ -123,4 +123,4 @@ void generate_string_file() } fclose(f); -} \ No newline at end of file +} diff --git a/src/strings.h b/src/strings.h index 5cbd245a36..703375942e 100644 --- a/src/strings.h +++ b/src/strings.h @@ -398,4 +398,4 @@ enum { STR_PAGE_5 = STR_PAGE_1 + 4, }; -#endif \ No newline at end of file +#endif diff --git a/src/title.c b/src/title.c index 818a8daf28..ac9908b460 100644 --- a/src/title.c +++ b/src/title.c @@ -328,4 +328,4 @@ static uint8 *generate_random_script() script[i] = TITLE_SCRIPT_RESTART; return script; -} \ No newline at end of file +} diff --git a/src/title.h b/src/title.h index 87dbcfa6c5..33897b12e7 100644 --- a/src/title.h +++ b/src/title.h @@ -24,4 +24,4 @@ void title_load(); void title_update(); -#endif \ No newline at end of file +#endif diff --git a/src/tutorial.c b/src/tutorial.c index 6e8315f0d5..17fd8dd196 100644 --- a/src/tutorial.c +++ b/src/tutorial.c @@ -28,4 +28,4 @@ void tutorial_start(int type) { RCT2_CALLPROC_X(0x0066ECC1, type, 0, 0, 0, 0, 0, 0); -} \ No newline at end of file +} diff --git a/src/tutorial.h b/src/tutorial.h index 54ad30ada0..916da5fa33 100644 --- a/src/tutorial.h +++ b/src/tutorial.h @@ -23,4 +23,4 @@ void tutorial_start(int type); -#endif \ No newline at end of file +#endif diff --git a/src/util.c b/src/util.c index 4158be5eeb..387d4f0727 100644 --- a/src/util.c +++ b/src/util.c @@ -25,4 +25,4 @@ int squaredmetres_to_squaredfeet(int squaredMetres) // 1 metre squared = 10.7639104 feet squared // how its done in RCT2 return squaredMetres * 11; -} \ No newline at end of file +} diff --git a/src/util.h b/src/util.h index 194b5982b9..e2c230ebdb 100644 --- a/src/util.h +++ b/src/util.h @@ -23,4 +23,4 @@ int squaredmetres_to_squaredfeet(int squaredMetres); -#endif \ No newline at end of file +#endif diff --git a/src/viewport.c b/src/viewport.c index 446c9d927e..857072af39 100644 --- a/src/viewport.c +++ b/src/viewport.c @@ -241,4 +241,4 @@ void hide_construction_rights() } } } -} \ No newline at end of file +} diff --git a/src/viewport.h b/src/viewport.h index 88526a4d3a..283b8d8f0d 100644 --- a/src/viewport.h +++ b/src/viewport.h @@ -57,4 +57,4 @@ void hide_land_rights(); void show_construction_rights(); void hide_construction_rights(); -#endif \ No newline at end of file +#endif diff --git a/src/widget.c b/src/widget.c index 6ae2213947..66762da333 100644 --- a/src/widget.c +++ b/src/widget.c @@ -823,4 +823,4 @@ int widget_is_active_tool(rct_window *w, int widgetIndex) return 0; return 1; -} \ No newline at end of file +} diff --git a/src/widget.h b/src/widget.h index 8a84d373d2..fd4d385f14 100644 --- a/src/widget.h +++ b/src/widget.h @@ -62,4 +62,4 @@ int widget_is_pressed(rct_window *w, int widgetIndex); int widget_is_highlighted(rct_window *w, int widgetIndex); int widget_is_active_tool(rct_window *w, int widgetIndex); -#endif \ No newline at end of file +#endif diff --git a/src/window.c b/src/window.c index 97ba44cba1..24bf1ae9bc 100644 --- a/src/window.c +++ b/src/window.c @@ -817,4 +817,4 @@ void window_resize(rct_window *w, int minWidth, int minHeight, int maxWidth, int w->height = maxHeight; window_invalidate(w); } -} \ No newline at end of file +} diff --git a/src/window.h b/src/window.h index 690b0a5f94..10d2e2e1d1 100644 --- a/src/window.h +++ b/src/window.h @@ -318,4 +318,4 @@ void window_park_objective_open(); void window_ride_list_open(); void window_cheats_open(); -#endif \ No newline at end of file +#endif diff --git a/src/window_cheats.c b/src/window_cheats.c index a9085d3df0..8e09e207cc 100644 --- a/src/window_cheats.c +++ b/src/window_cheats.c @@ -193,4 +193,4 @@ static void window_cheats_draw_tab_images(rct_drawpixelinfo *dpi, rct_window *w) sprite_idx += w->var_48E / 4; gfx_draw_sprite(dpi, sprite_idx, w->x + w->widgets[WIDX_TAB_2].left, w->y + w->widgets[WIDX_TAB_2].top); } -} \ No newline at end of file +} diff --git a/src/window_clear_scenery.c b/src/window_clear_scenery.c index b8935c9946..567a9358f8 100644 --- a/src/window_clear_scenery.c +++ b/src/window_clear_scenery.c @@ -231,4 +231,4 @@ static int window_clear_scenery_should_close() if (RCT2_GLOBAL(0x009DE546, uint16) != 16) return 1; return 0; -} \ No newline at end of file +} diff --git a/src/window_dropdown.c b/src/window_dropdown.c index 529886b4c4..bd3c2105a5 100644 --- a/src/window_dropdown.c +++ b/src/window_dropdown.c @@ -349,4 +349,4 @@ static void window_dropdown_paint() } } } -} \ No newline at end of file +} diff --git a/src/window_dropdown.h b/src/window_dropdown.h index ef9eb016e0..b193bbdf0d 100644 --- a/src/window_dropdown.h +++ b/src/window_dropdown.h @@ -31,4 +31,4 @@ extern uint32 gDropdownItemsChecked; void window_dropdown_show_text(int x, int y, int extray, uint8 colour, uint8 flags, int num_items); void window_dropdown_show_text_custom_width(int x, int y, int extray, uint8 colour, uint8 flags, int num_items, int width); void window_dropdown_show_image(int x, int y, int extray, uint8 colour, uint8 flags, int numItems, int itemWidth, int itemHeight, int numColumns); -void window_dropdown_close(); \ No newline at end of file +void window_dropdown_close(); diff --git a/src/window_game_bottom_toolbar.c b/src/window_game_bottom_toolbar.c index 222e60eff1..8068c9a44b 100644 --- a/src/window_game_bottom_toolbar.c +++ b/src/window_game_bottom_toolbar.c @@ -626,4 +626,4 @@ static void window_game_bottom_toolbar_draw_tutorial_text(rct_drawpixelinfo *dpi y = window_game_bottom_toolbar_widgets[WIDX_MIDDLE_OUTSET].top + w->y + 2; gfx_draw_string_centred(dpi, STR_TUTORIAL, x, y, 32, 0); gfx_draw_string_centred(dpi, STR_PRESS_KEY_OR_MOUSE_BUTTON_FOR_CONTROL, x, y + 10, 32, 0); -} \ No newline at end of file +} diff --git a/src/window_game_top_toolbar.c b/src/window_game_top_toolbar.c index 7a0d425151..47fbe45d98 100644 --- a/src/window_game_top_toolbar.c +++ b/src/window_game_top_toolbar.c @@ -475,4 +475,4 @@ static void window_game_top_toolbar_paint() imgId++; imgId |= (RCT2_GLOBAL(0x01357BCD, uint8) << 19) | 0xA0000000 | (RCT2_GLOBAL(0x01357BCE, uint8) << 24); gfx_draw_sprite(dpi, imgId, x, y); -} \ No newline at end of file +} diff --git a/src/window_land.c b/src/window_land.c index 006c89a58a..6211646153 100644 --- a/src/window_land.c +++ b/src/window_land.c @@ -397,4 +397,4 @@ static int window_land_should_close() if (RCT2_GLOBAL(0x009DE546, sint16) != 7) return 1; return 0; -} \ No newline at end of file +} diff --git a/src/window_main.c b/src/window_main.c index d9e5d079f6..1beb21e1d9 100644 --- a/src/window_main.c +++ b/src/window_main.c @@ -62,4 +62,4 @@ void window_main_open() RCT2_GLOBAL(0x009E32B2, uint8) = 0; RCT2_GLOBAL(0x009E32B3, uint8) = 0; RCT2_GLOBAL(0x00F3EFA2, uint8) = 0; -} \ No newline at end of file +} diff --git a/src/window_park.c b/src/window_park.c index 08996804eb..801d2ea352 100644 --- a/src/window_park.c +++ b/src/window_park.c @@ -2088,4 +2088,4 @@ static void window_park_graph_draw_line_b(rct_drawpixelinfo *dpi, uint8 *history } } -#pragma endregion \ No newline at end of file +#pragma endregion diff --git a/src/window_ride_list.c b/src/window_ride_list.c index 39483b9a65..78b224090d 100644 --- a/src/window_ride_list.c +++ b/src/window_ride_list.c @@ -622,4 +622,4 @@ static void window_ride_list_open_all(rct_window *w) RCT2_CALLPROC_X(0x006677F2, 0, 1, 0, (1 << 8) | i, 8, 0, 0); } -} \ No newline at end of file +} diff --git a/src/window_title_exit.c b/src/window_title_exit.c index 2625da4a26..2d042d3a36 100644 --- a/src/window_title_exit.c +++ b/src/window_title_exit.c @@ -49,4 +49,4 @@ void window_title_exit_open() window->colours[0] = 140; window->colours[1] = 140; window->colours[2] = 140; -} \ No newline at end of file +} diff --git a/src/window_title_logo.c b/src/window_title_logo.c index 3021d4513b..354a824b1b 100644 --- a/src/window_title_logo.c +++ b/src/window_title_logo.c @@ -51,4 +51,4 @@ void window_title_logo_open() window->colours[0] = 129; window->colours[1] = 129; window->colours[2] = 129; -} \ No newline at end of file +} diff --git a/src/window_title_menu.c b/src/window_title_menu.c index 94c10042a0..1434e1fe96 100644 --- a/src/window_title_menu.c +++ b/src/window_title_menu.c @@ -193,4 +193,4 @@ static void window_title_menu_paint() __asm mov dpi, edi window_draw_widgets(w, dpi); -} \ No newline at end of file +} diff --git a/src/window_title_scenarioselect.c b/src/window_title_scenarioselect.c index fb6ef3bedc..3f7630e170 100644 --- a/src/window_title_scenarioselect.c +++ b/src/window_title_scenarioselect.c @@ -402,4 +402,4 @@ static void window_scenarioselect_scrollpaint() y += 24; } -} \ No newline at end of file +} diff --git a/src/window_water.c b/src/window_water.c index 5a8fba9127..fa0a0c12c2 100644 --- a/src/window_water.c +++ b/src/window_water.c @@ -237,4 +237,4 @@ static int window_water_should_close() if (RCT2_GLOBAL(0x009DE546, uint16) != 8) return 1; return 0; -} \ No newline at end of file +}