core: minor coding style fixes

This commit is contained in:
Ben Chan
2014-05-19 23:46:55 -07:00
committed by Aleksander Morgado
parent d4177f554b
commit 37b0402ee5
28 changed files with 141 additions and 141 deletions

View File

@@ -723,7 +723,7 @@ static void
mm_device_init (MMDevice *self)
{
/* Initialize private data */
self->priv = G_TYPE_INSTANCE_GET_PRIVATE ((self),
self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self,
MM_TYPE_DEVICE,
MMDevicePrivate);
}