mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 15:10:53 +00:00
libsysprof: whitespace
This commit is contained in:
@ -95,8 +95,8 @@ find_index (GPtrArray *ar,
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
sysprof_process_model_merge_cb (GObject *object,
|
sysprof_process_model_merge_cb (GObject *object,
|
||||||
GAsyncResult *result,
|
GAsyncResult *result,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
SysprofProcessModel *self = (SysprofProcessModel *)object;
|
SysprofProcessModel *self = (SysprofProcessModel *)object;
|
||||||
g_autoptr(GPtrArray) ret = NULL;
|
g_autoptr(GPtrArray) ret = NULL;
|
||||||
@ -182,9 +182,9 @@ compare_by_pid (gconstpointer a,
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
sysprof_process_model_reload_worker (GTask *task,
|
sysprof_process_model_reload_worker (GTask *task,
|
||||||
gpointer source_object,
|
gpointer source_object,
|
||||||
gpointer task_data,
|
gpointer task_data,
|
||||||
GCancellable *cancellable)
|
GCancellable *cancellable)
|
||||||
{
|
{
|
||||||
g_autoptr(GPtrArray) ret = NULL;
|
g_autoptr(GPtrArray) ret = NULL;
|
||||||
const gchar *name;
|
const gchar *name;
|
||||||
@ -299,7 +299,7 @@ sysprof_process_model_get_n_items (GListModel *model)
|
|||||||
|
|
||||||
static gpointer
|
static gpointer
|
||||||
sysprof_process_model_get_item (GListModel *model,
|
sysprof_process_model_get_item (GListModel *model,
|
||||||
guint position)
|
guint position)
|
||||||
{
|
{
|
||||||
SysprofProcessModel *self = (SysprofProcessModel *)model;
|
SysprofProcessModel *self = (SysprofProcessModel *)model;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user