From f83030f04411d9beb551418c9f50f3731fbe5e82 Mon Sep 17 00:00:00 2001 From: Monroe88 Date: Fri, 23 Mar 2018 18:44:32 -0500 Subject: [PATCH] Newline nits --- handheld/agb001-gba-color-motionblur.slangp | 2 +- handheld/agb001.slangp | 2 +- handheld/sameboy-lcd-gbc-color-motionblur.slangp | 2 +- handheld/shaders/mgba/agb001.slang | 2 +- handheld/shaders/mgba/ags001-light.slang | 2 +- handheld/shaders/mgba/ags001.slang | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/handheld/agb001-gba-color-motionblur.slangp b/handheld/agb001-gba-color-motionblur.slangp index 7f36c58..5079c57 100644 --- a/handheld/agb001-gba-color-motionblur.slangp +++ b/handheld/agb001-gba-color-motionblur.slangp @@ -12,4 +12,4 @@ scale1 = 4.0 shader2 = shaders/color/gba-color.slang filter_linear2 = true -scale_type2 = viewport \ No newline at end of file +scale_type2 = viewport diff --git a/handheld/agb001.slangp b/handheld/agb001.slangp index e871b16..04207e9 100644 --- a/handheld/agb001.slangp +++ b/handheld/agb001.slangp @@ -7,4 +7,4 @@ scale0 = 4.0 shader1 = ../stock.slang filter_linear1 = true -scale_type1 = viewport \ No newline at end of file +scale_type1 = viewport diff --git a/handheld/sameboy-lcd-gbc-color-motionblur.slangp b/handheld/sameboy-lcd-gbc-color-motionblur.slangp index 2b8d4f2..c1fbae8 100644 --- a/handheld/sameboy-lcd-gbc-color-motionblur.slangp +++ b/handheld/sameboy-lcd-gbc-color-motionblur.slangp @@ -12,4 +12,4 @@ scale1 = "1.0" shader2 = shaders/color/gbc-color.slang filter_linear2 = false -scale_type2 = viewport \ No newline at end of file +scale_type2 = viewport diff --git a/handheld/shaders/mgba/agb001.slang b/handheld/shaders/mgba/agb001.slang index 9a391b9..164ebf6 100644 --- a/handheld/shaders/mgba/agb001.slang +++ b/handheld/shaders/mgba/agb001.slang @@ -54,4 +54,4 @@ void main() color.a = 0.5; FragColor = color; -} \ No newline at end of file +} diff --git a/handheld/shaders/mgba/ags001-light.slang b/handheld/shaders/mgba/ags001-light.slang index e529fa9..8292e59 100644 --- a/handheld/shaders/mgba/ags001-light.slang +++ b/handheld/shaders/mgba/ags001-light.slang @@ -71,4 +71,4 @@ void main() color.a = 1.0; FragColor = color; -} \ No newline at end of file +} diff --git a/handheld/shaders/mgba/ags001.slang b/handheld/shaders/mgba/ags001.slang index f69eee5..bcca6ea 100644 --- a/handheld/shaders/mgba/ags001.slang +++ b/handheld/shaders/mgba/ags001.slang @@ -54,4 +54,4 @@ void main() color.a = 0.8; FragColor = color; -} \ No newline at end of file +}