core: minor coding style fixes
This commit is contained in:

committed by
Aleksander Morgado

parent
d4177f554b
commit
37b0402ee5
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user