mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: whitespace
This commit is contained in:
@ -626,9 +626,9 @@ sysprof_profiler_menu_button_class_init (SysprofProfilerMenuButtonClass *klass)
|
||||
|
||||
static void
|
||||
sysprof_profiler_menu_button_env_row_changed (SysprofProfilerMenuButton *self,
|
||||
GtkTreePath *tree_path,
|
||||
GtkTreeIter *tree_iter,
|
||||
gpointer user_data)
|
||||
GtkTreePath *tree_path,
|
||||
GtkTreeIter *tree_iter,
|
||||
gpointer user_data)
|
||||
{
|
||||
SysprofProfilerMenuButtonPrivate *priv = sysprof_profiler_menu_button_get_instance_private (self);
|
||||
g_autoptr(GPtrArray) env = NULL;
|
||||
@ -797,7 +797,7 @@ sysprof_profiler_menu_button_env_value_edited (SysprofProfilerMenuButton *self,
|
||||
|
||||
static void
|
||||
sysprof_profiler_menu_button_validate_spawn (SysprofProfilerMenuButton *self,
|
||||
GtkEntry *entry)
|
||||
GtkEntry *entry)
|
||||
{
|
||||
SysprofProfilerMenuButtonPrivate *priv = sysprof_profiler_menu_button_get_instance_private (self);
|
||||
g_auto(GStrv) argv = NULL;
|
||||
|
||||
Reference in New Issue
Block a user