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