Take stars out of types where they make more sense.
authorJay Krell <jay.krell@cornell.edu>
Tue, 3 Sep 2019 22:46:35 +0000 (15:46 -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/9fc2ade131f7c2ca7b176854b7891a998065c832

src/mono/mono/eglib/glib.h

index ecf5cb3..cb8d460 100644 (file)
@@ -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.