whitespace

This commit is contained in:
Christian Hergert
2019-05-09 16:15:20 -07:00
parent fb9e356dbb
commit 5b40ce4f88

View File

@ -44,16 +44,16 @@ struct _SysprofSymbolResolverInterface
void (*load) (SysprofSymbolResolver *self, void (*load) (SysprofSymbolResolver *self,
SysprofCaptureReader *reader); SysprofCaptureReader *reader);
gchar *(*resolve) (SysprofSymbolResolver *self, gchar *(*resolve) (SysprofSymbolResolver *self,
guint64 time, guint64 time,
GPid pid, GPid pid,
SysprofCaptureAddress address, SysprofCaptureAddress address,
GQuark *tag); GQuark *tag);
gchar *(*resolve_with_context) (SysprofSymbolResolver *self, gchar *(*resolve_with_context) (SysprofSymbolResolver *self,
guint64 time, guint64 time,
GPid pid, GPid pid,
SysprofAddressContext context, SysprofAddressContext context,
SysprofCaptureAddress address, SysprofCaptureAddress address,
GQuark *tag); GQuark *tag);
}; };
SYSPROF_AVAILABLE_IN_ALL SYSPROF_AVAILABLE_IN_ALL