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