From f4efdc62326ecd15b06f760ffc5a23b380dfbbcd Mon Sep 17 00:00:00 2001 From: Jay Krell Date: Tue, 3 Sep 2019 15:44:43 -0700 Subject: [PATCH] Take stars out of types where they make more sense. Co-Authored-By: Larry Ewing Commit migrated from https://github.com/mono/mono/commit/bd9ae10c7cf657e676e89eba88384e1739de6775 --- src/mono/mono/metadata/w32process-win32-uwp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mono/mono/metadata/w32process-win32-uwp.c b/src/mono/mono/metadata/w32process-win32-uwp.c index 73b7cca..c96d58c 100644 --- a/src/mono/mono/metadata/w32process-win32-uwp.c +++ b/src/mono/mono/metadata/w32process-win32-uwp.c @@ -71,7 +71,7 @@ ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal (MonoW32ProcessStar MonoStringHandle ves_icall_System_Diagnostics_Process_ProcessName_internal (HANDLE process, MonoError *error) { - gunichar2* name = NULL; + gunichar2 *name = NULL; guint32 len = 0; // FIXME give allocator to mono_get_module_file_name to avoid copies, here and many other if (!mono_get_module_file_name (NULL, &name, &len)) -- 2.7.4