From: Jay Krell Date: Tue, 3 Sep 2019 22:44:59 +0000 (-0700) Subject: Take stars out of types where they make more sense. X-Git-Tag: submit/tizen/20210909.063632~10331^2~5^2~566 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4631a2daa64f5b357e902e24c5a582cac346a47f;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/8232c85e4c1e0e9d812513cb2221e19fafe41591 --- diff --git a/src/mono/mono/eglib/gmodule-win32.c b/src/mono/mono/eglib/gmodule-win32.c index ef5f480..7cdbec0 100644 --- a/src/mono/mono/eglib/gmodule-win32.c +++ b/src/mono/mono/eglib/gmodule-win32.c @@ -202,7 +202,7 @@ g_module_build_path (const gchar *directory, const gchar *module_name) // Prefer not-ex, not-base. // gboolean -mono_get_module_filename (gpointer mod, gunichar2** pstr, guint32* plength) +mono_get_module_filename (gpointer mod, gunichar2 **pstr, guint32 *plength) { gunichar2 *str = NULL; guint32 capacity = MAX_PATH; // tunable