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

committed by
Aleksander Morgado

parent
a0d15f23c9
commit
f5d7213a3c
@@ -1135,7 +1135,7 @@ static void
|
||||
mm_broadband_bearer_icera_init (MMBroadbandBearerIcera *self)
|
||||
{
|
||||
/* Initialize private data */
|
||||
self->priv = G_TYPE_INSTANCE_GET_PRIVATE ((self),
|
||||
self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self,
|
||||
MM_TYPE_BROADBAND_BEARER_ICERA,
|
||||
MMBroadbandBearerIceraPrivate);
|
||||
|
||||
|
@@ -1895,7 +1895,7 @@ static void
|
||||
mm_broadband_modem_icera_init (MMBroadbandModemIcera *self)
|
||||
{
|
||||
/* Initialize private data */
|
||||
self->priv = G_TYPE_INSTANCE_GET_PRIVATE ((self),
|
||||
self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self,
|
||||
MM_TYPE_BROADBAND_MODEM_ICERA,
|
||||
MMBroadbandModemIceraPrivate);
|
||||
|
||||
|
Reference in New Issue
Block a user