1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-13 07:57:36 +00:00

emergency-calls-manager: Fix indentation

By running uncrustify
This commit is contained in:
Evangelos Ribeiro Tzaras 2023-04-09 11:37:50 +02:00
parent e5a4d899f8
commit 9a52c57ffe

View file

@ -22,11 +22,10 @@
* and makes them available for initiating emergency calls.
*/
typedef struct _CallsEmergencyCallsManager
{
typedef struct _CallsEmergencyCallsManager {
CallsDBusEmergencyCallsSkeleton parent;
GListModel *origins;
GListModel *origins;
} CallsEmergencyCallsManger;
static void calls_emergency_calls_iface_init (CallsDBusEmergencyCallsIface *iface);