libmm-glib,sim: add missing separators in source code

This commit is contained in:
Aleksander Morgado
2022-08-03 14:01:59 +00:00
committed by Aleksander Morgado
parent b6b21f8fa6
commit 219efb0253

View File

@@ -383,6 +383,8 @@ mm_sim_dup_emergency_numbers (MMSim *self)
return mm_gdbus_sim_dup_emergency_numbers (MM_GDBUS_SIM (self));
}
/*****************************************************************************/
/**
* mm_sim_get_preferred_networks:
* @self: A #MMSim.
@@ -411,6 +413,8 @@ mm_sim_get_preferred_networks (MMSim *self)
return network_list;
}
/*****************************************************************************/
/**
* mm_sim_get_sim_type:
* @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));
}
/*****************************************************************************/
/**
* mm_sim_get_esim_status:
* @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));
}
/*****************************************************************************/
/**
* mm_sim_get_removability:
* @self: A #MMSim.