libsysprof-profile: fix declaration alignment

This commit is contained in:
Christian Hergert
2023-05-26 23:04:22 -07:00
parent 62071ff56f
commit 80bc9ac370

View File

@ -46,12 +46,12 @@ struct _SysprofInstrumentClass
GCancellable *cancellable);
};
DexFuture * _sysprof_instruments_acquire_policy (GPtrArray *instruments,
SysprofRecording *recording);
DexFuture *_sysprof_instruments_prepare (GPtrArray *instruments,
SysprofRecording *recording);
DexFuture *_sysprof_instruments_record (GPtrArray *instruments,
SysprofRecording *recording,
GCancellable *cancellable);
DexFuture *_sysprof_instruments_acquire_policy (GPtrArray *instruments,
SysprofRecording *recording);
DexFuture *_sysprof_instruments_prepare (GPtrArray *instruments,
SysprofRecording *recording);
DexFuture *_sysprof_instruments_record (GPtrArray *instruments,
SysprofRecording *recording,
GCancellable *cancellable);
G_END_DECLS