From f7a040ad3dab7f6b1ffcacbd9fe433b3e077b023 Mon Sep 17 00:00:00 2001
From: Joshua Davidson <joshuadavidson2000@gmail.com>
Date: Fri, 14 Sep 2018 14:49:45 -0400
Subject: [PATCH] GIT: Newline

---
 Nasal/buttons.nas | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Nasal/buttons.nas b/Nasal/buttons.nas
index 5f0f9e80..525f2ffd 100644
--- a/Nasal/buttons.nas
+++ b/Nasal/buttons.nas
@@ -248,4 +248,4 @@ var decreaseManVS = func {
 	if (manvs <= 1 and manvs >= 0 and !auto) {
 		setprop("/systems/pressurization/outflowpos-man", manvs - 0.001);
 	}
-}
\ No newline at end of file
+}