From: Jay Krell Date: Tue, 3 Sep 2019 22:43:13 +0000 (-0700) Subject: Move stars to sometimes but not always onventional and wierd location. C syntax exper... X-Git-Tag: submit/tizen/20210909.063632~10331^2~5^2~569 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e42ec37eb19eb9c3c7c9dad34a548db1828c5f7f;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Move stars to sometimes but not always onventional and wierd location. C syntax experiment takes it toll for decades on. Co-Authored-By: Larry Ewing Commit migrated from https://github.com/mono/mono/commit/46ea28c95b5cdd9c573f3eb0c0446050c6ed3eaa --- diff --git a/src/mono/mono/eglib/gmodule-win32.c b/src/mono/mono/eglib/gmodule-win32.c index cdd9011..ef5f480 100644 --- a/src/mono/mono/eglib/gmodule-win32.c +++ b/src/mono/mono/eglib/gmodule-win32.c @@ -243,7 +243,7 @@ mono_get_module_filename (gpointer mod, gunichar2** pstr, guint32* plength) gboolean mono_get_module_filename_ex (gpointer process, gpointer mod, gunichar2 **pstr, guint32 *plength) { - gunichar2* str = NULL; + gunichar2 *str = NULL; guint32 capacity = MAX_PATH; // tunable guint32 length = 0; gboolean success = FALSE;