mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
libsysprof-profile: fix declaration alignment
This commit is contained in:
@ -46,12 +46,12 @@ struct _SysprofInstrumentClass
|
|||||||
GCancellable *cancellable);
|
GCancellable *cancellable);
|
||||||
};
|
};
|
||||||
|
|
||||||
DexFuture * _sysprof_instruments_acquire_policy (GPtrArray *instruments,
|
DexFuture *_sysprof_instruments_acquire_policy (GPtrArray *instruments,
|
||||||
SysprofRecording *recording);
|
SysprofRecording *recording);
|
||||||
DexFuture *_sysprof_instruments_prepare (GPtrArray *instruments,
|
DexFuture *_sysprof_instruments_prepare (GPtrArray *instruments,
|
||||||
SysprofRecording *recording);
|
SysprofRecording *recording);
|
||||||
DexFuture *_sysprof_instruments_record (GPtrArray *instruments,
|
DexFuture *_sysprof_instruments_record (GPtrArray *instruments,
|
||||||
SysprofRecording *recording,
|
SysprofRecording *recording,
|
||||||
GCancellable *cancellable);
|
GCancellable *cancellable);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|||||||
Reference in New Issue
Block a user