From: Jay Krell Date: Tue, 3 Sep 2019 22:44:43 +0000 (-0700) Subject: Take stars out of types where they make more sense. X-Git-Tag: submit/tizen/20210909.063632~10331^2~5^2~567 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4efdc62326ecd15b06f760ffc5a23b380dfbbcd;p=platform%2Fupstream%2Fdotnet%2Fruntime.git 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 --- 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))