libmm-glib,sim: add missing separators in source code
This commit is contained in:

committed by
Aleksander Morgado

parent
b6b21f8fa6
commit
219efb0253
@@ -383,6 +383,8 @@ mm_sim_dup_emergency_numbers (MMSim *self)
|
|||||||
return mm_gdbus_sim_dup_emergency_numbers (MM_GDBUS_SIM (self));
|
return mm_gdbus_sim_dup_emergency_numbers (MM_GDBUS_SIM (self));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* mm_sim_get_preferred_networks:
|
* mm_sim_get_preferred_networks:
|
||||||
* @self: A #MMSim.
|
* @self: A #MMSim.
|
||||||
@@ -411,6 +413,8 @@ mm_sim_get_preferred_networks (MMSim *self)
|
|||||||
return network_list;
|
return network_list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* mm_sim_get_sim_type:
|
* mm_sim_get_sim_type:
|
||||||
* @self: A #MMSim.
|
* @self: A #MMSim.
|
||||||
@@ -429,6 +433,8 @@ mm_sim_get_sim_type (MMSim *self)
|
|||||||
return mm_gdbus_sim_get_sim_type (MM_GDBUS_SIM (self));
|
return mm_gdbus_sim_get_sim_type (MM_GDBUS_SIM (self));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* mm_sim_get_esim_status:
|
* mm_sim_get_esim_status:
|
||||||
* @self: A #MMSim.
|
* @self: A #MMSim.
|
||||||
@@ -449,6 +455,8 @@ mm_sim_get_esim_status (MMSim *self)
|
|||||||
return mm_gdbus_sim_get_esim_status (MM_GDBUS_SIM (self));
|
return mm_gdbus_sim_get_esim_status (MM_GDBUS_SIM (self));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* mm_sim_get_removability:
|
* mm_sim_get_removability:
|
||||||
* @self: A #MMSim.
|
* @self: A #MMSim.
|
||||||
|
Reference in New Issue
Block a user