From 1de6c1f1caccdd49649d51d62a59e8e73f3e70fd Mon Sep 17 00:00:00 2001 From: Jacky Liang Date: Wed, 30 Oct 2019 22:28:12 -0400 Subject: [PATCH] Code enhancements Added a newline at the end of the file for portforward.php --- transmissionVPN/portforward.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmissionVPN/portforward.php b/transmissionVPN/portforward.php index 1e27f37..bc68fb8 100755 --- a/transmissionVPN/portforward.php +++ b/transmissionVPN/portforward.php @@ -16,4 +16,4 @@ echo 'empty' . "\n"; } else { echo 'closed' . "\n"; -} \ No newline at end of file +}