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

src/mono/mono/eglib/gmodule-win32.c

index ef5f480..7cdbec0 100644 (file)
@@ -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