From 1e21b150aedcf58a3f21b4d71837683d27f08209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 29 Jun 2017 23:30:04 +0200 Subject: [PATCH] Fix missing newlines in various files --- src/openrct2-android/app/src/main/AndroidManifest.xml | 2 +- src/openrct2-android/app/src/main/CMakeLists.txt | 2 +- src/openrct2-android/gradle.properties | 2 +- src/openrct2/ride/coaster/bolliger_mabillard_track.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/openrct2-android/app/src/main/AndroidManifest.xml b/src/openrct2-android/app/src/main/AndroidManifest.xml index 923f4ef6b3..07a637b0d8 100644 --- a/src/openrct2-android/app/src/main/AndroidManifest.xml +++ b/src/openrct2-android/app/src/main/AndroidManifest.xml @@ -30,4 +30,4 @@ - \ No newline at end of file + diff --git a/src/openrct2-android/app/src/main/CMakeLists.txt b/src/openrct2-android/app/src/main/CMakeLists.txt index f3f0f785dd..4dbe9ab9f3 100644 --- a/src/openrct2-android/app/src/main/CMakeLists.txt +++ b/src/openrct2-android/app/src/main/CMakeLists.txt @@ -120,4 +120,4 @@ target_link_libraries(openrct2 add_library(openrct2-ui SHARED ${OPENRCT2_GUI_SOURCES}) target_link_libraries(openrct2-ui openrct2 SDL2main) -target_include_directories(openrct2-ui PRIVATE "${ORCT2_ROOT}/src") \ No newline at end of file +target_include_directories(openrct2-ui PRIVATE "${ORCT2_ROOT}/src") diff --git a/src/openrct2-android/gradle.properties b/src/openrct2-android/gradle.properties index 1d3591c8a4..89e0d99e21 100644 --- a/src/openrct2-android/gradle.properties +++ b/src/openrct2-android/gradle.properties @@ -15,4 +15,4 @@ # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects -# org.gradle.parallel=true \ No newline at end of file +# org.gradle.parallel=true diff --git a/src/openrct2/ride/coaster/bolliger_mabillard_track.c b/src/openrct2/ride/coaster/bolliger_mabillard_track.c index a5a096213c..1c58794f71 100644 --- a/src/openrct2/ride/coaster/bolliger_mabillard_track.c +++ b/src/openrct2/ride/coaster/bolliger_mabillard_track.c @@ -8178,4 +8178,4 @@ void bolliger_mabillard_track_booster(uint8 rideIndex, uint8 trackSequence, uint paint_util_push_tunnel_rotated(direction, height, TUNNEL_6); paint_util_set_segment_support_height(paint_util_rotate_segments(SEGMENT_C4 | SEGMENT_CC | SEGMENT_D0, direction), 0xFFFF, 0); paint_util_set_general_support_height(height + 32, 0x20); -} \ No newline at end of file +}