From cd53ba990035bdb4861d9660917d457533d4ecb2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 11 Sep 2010 14:56:28 -0400 Subject: Coding style cleanups. --- plugins/profiler/profiler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/profiler') diff --git a/plugins/profiler/profiler.c b/plugins/profiler/profiler.c index 1a50b6e740..9744a684de 100644 --- a/plugins/profiler/profiler.c +++ b/plugins/profiler/profiler.c @@ -43,7 +43,7 @@ e_plugin_lib_enable (EPlugin *ep, gint enable) } void -org_gnome_evolution_profiler_event(EPlugin *ep, EProfileEventTarget *t) +org_gnome_evolution_profiler_event (EPlugin *ep, EProfileEventTarget *t) { static FILE *fp; @@ -54,7 +54,7 @@ org_gnome_evolution_profiler_event(EPlugin *ep, EProfileEventTarget *t) fp = fopen(name, "w"); if (fp) fprintf(stderr, "Generating profiling data in '%s'\n", name); - g_free(name); + g_free (name); } if (fp) -- cgit