From e8d85773c29b4961268cb160968825435c3fd69e Mon Sep 17 00:00:00 2001 From: Sascha Greuel Date: Thu, 18 Sep 2014 22:30:49 +0200 Subject: [PATCH] Added missing newline Thank you, Travis. --- wcfsetup/install/files/font/getFont.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/font/getFont.php b/wcfsetup/install/files/font/getFont.php index e15e264c0a..cf0603181a 100644 --- a/wcfsetup/install/files/font/getFont.php +++ b/wcfsetup/install/files/font/getFont.php @@ -63,4 +63,4 @@ if (!empty($type)) { } header("HTTP/1.1 400 Bad Request"); -die("Missing type parameter"); \ No newline at end of file +die("Missing type parameter"); -- 2.20.1