From 5a20ab2ffeddbfc6613b139188528fa576b78990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 29 Jun 2017 23:21:06 +0200 Subject: [PATCH] Add missing newline in input.c [ci skip] --- src/openrct2-ui/input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2-ui/input/input.c b/src/openrct2-ui/input/input.c index 0f3ad460d5..c4ed95be89 100644 --- a/src/openrct2-ui/input/input.c +++ b/src/openrct2-ui/input/input.c @@ -189,4 +189,4 @@ void input_handle_keyboard(bool isTitle) } } } -} \ No newline at end of file +}