[UCRT] Add missing line breaks at end of file

This commit is contained in:
Timo Kreuzer 2024-10-12 08:38:25 +02:00
parent 995e16d4d4
commit 48d8d198b2
9 changed files with 9 additions and 8 deletions

View file

@ -179,4 +179,4 @@ extern "C" windowing_model_policy __cdecl __acrt_get_windowing_model_policy()
};
return get_cached_win_policy<windowing_model_policy_properties>(AppPolicyWindowingModel_ClassicDesktop);
}
}