From: Jay Krell Date: Tue, 3 Sep 2019 22:46:35 +0000 (-0700) Subject: Take stars out of types where they make more sense. X-Git-Tag: submit/tizen/20210909.063632~10331^2~5^2~561 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8dae327eaeabc9e2d3f07329b69167676bcd6f74;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/9fc2ade131f7c2ca7b176854b7891a998065c832 --- diff --git a/src/mono/mono/eglib/glib.h b/src/mono/mono/eglib/glib.h index ecf5cb3..cb8d460 100644 --- a/src/mono/mono/eglib/glib.h +++ b/src/mono/mono/eglib/glib.h @@ -1420,7 +1420,7 @@ glong g_utf8_pointer_to_offset (const gchar *str, const gchar *pos); // g_free the result // No MAX_PATH limit. gboolean -mono_get_module_filename (gpointer mod, gunichar2** pstr, guint32* plength); +mono_get_module_filename (gpointer mod, gunichar2 **pstr, guint32 *plength); // g_free the result // No MAX_PATH limit.