mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 23:51:06 +00:00
sysprof/greeter: fixup g_auto usage and trailing space
This commit is contained in:
@ -256,7 +256,7 @@ sysprof_greeter_create_profiler (SysprofGreeter *self,
|
|||||||
const char *str;
|
const char *str;
|
||||||
guint n_items;
|
guint n_items;
|
||||||
g_autoptr(GStrvBuilder) builder = NULL;
|
g_autoptr(GStrvBuilder) builder = NULL;
|
||||||
g_autofree GStrv debugdirs = NULL;
|
g_auto(GStrv) debugdirs = NULL;
|
||||||
|
|
||||||
g_assert (SYSPROF_IS_GREETER (self));
|
g_assert (SYSPROF_IS_GREETER (self));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user