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:
@ -362,7 +362,7 @@ sysprof_profiler_menu_button_clicked (GtkButton *button)
|
|||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
sysprof_profiler_menu_button_filter_func (GObject *object,
|
sysprof_profiler_menu_button_filter_func (GObject *object,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
const gchar *needle = user_data;
|
const gchar *needle = user_data;
|
||||||
const gchar *haystack;
|
const gchar *haystack;
|
||||||
@ -382,7 +382,7 @@ sysprof_profiler_menu_button_filter_func (GObject *object,
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
sysprof_profiler_menu_button_filter_changed (SysprofProfilerMenuButton *self,
|
sysprof_profiler_menu_button_filter_changed (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);
|
||||||
const gchar *text;
|
const gchar *text;
|
||||||
|
|||||||
Reference in New Issue
Block a user