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

committed by
Aleksander Morgado

parent
bdab75d0b8
commit
7c656cce47
@@ -590,7 +590,7 @@ static void
|
||||
mm_broadband_bearer_mbm_init (MMBroadbandBearerMbm *self)
|
||||
{
|
||||
/* Initialize private data */
|
||||
self->priv = G_TYPE_INSTANCE_GET_PRIVATE ((self),
|
||||
self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self,
|
||||
MM_TYPE_BROADBAND_BEARER_MBM,
|
||||
MMBroadbandBearerMbmPrivate);
|
||||
}
|
||||
|
@@ -1268,7 +1268,7 @@ static void
|
||||
mm_broadband_modem_mbm_init (MMBroadbandModemMbm *self)
|
||||
{
|
||||
/* Initialize private data */
|
||||
self->priv = G_TYPE_INSTANCE_GET_PRIVATE ((self),
|
||||
self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self,
|
||||
MM_TYPE_BROADBAND_MODEM_MBM,
|
||||
MMBroadbandModemMbmPrivate);
|
||||
|
||||
|
Reference in New Issue
Block a user