Take stars out of types where they make more sense.
authorJay Krell <jay.krell@cornell.edu>
Tue, 3 Sep 2019 22:45:36 +0000 (15:45 -0700)
committerLarry Ewing <lewing@microsoft.com>
Wed, 4 Sep 2019 17:31:13 +0000 (12:31 -0500)
Co-Authored-By: Larry Ewing <lewing@microsoft.com>
Commit migrated from https://github.com/mono/mono/commit/557645fea31c4d58987940711ca3b5ce85c7bcf9

src/mono/mono/eglib/glib.h

index 310d010..ecf5cb3 100644 (file)
@@ -1430,7 +1430,7 @@ mono_get_module_filename_ex (gpointer process, gpointer mod, gunichar2 **pstr, g
 // g_free the result
 // No MAX_PATH limit.
 gboolean
-mono_get_module_basename (gpointer process, gpointer mod, gunichar2** pstr, guint32* plength);
+mono_get_module_basename (gpointer process, gpointer mod, gunichar2 **pstr, guint32 *plength);
 
 // g_free the result
 // No MAX_PATH limit.