From 6764933413f96d608a3941f98762a53ae23be866 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 14 Nov 2018 07:51:25 -0500 Subject: [PATCH] newline at end of file --- sys/winnt/win10.c | 2 +- sys/winnt/win10.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/winnt/win10.c b/sys/winnt/win10.c index d8eb459a9..3ec62a943 100644 --- a/sys/winnt/win10.c +++ b/sys/winnt/win10.c @@ -80,4 +80,4 @@ void win10_monitor_info(HWND hWnd, MonitorInfo * monitorInfo) { monitorInfo->scale = win10_monitor_scale(hWnd); win10_monitor_size(hWnd, &monitorInfo->width, &monitorInfo->height); -} \ No newline at end of file +} diff --git a/sys/winnt/win10.h b/sys/winnt/win10.h index eabbe1e76..1bf4fce33 100644 --- a/sys/winnt/win10.h +++ b/sys/winnt/win10.h @@ -34,4 +34,4 @@ void win10_monitor_size(HWND hWnd, int * width, int * height); void win10_monitor_info(HWND hWnd, MonitorInfo * monitorInfo); -#endif // WIN10_H \ No newline at end of file +#endif // WIN10_H -- 2.49.0