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:
parent
e5a4d899f8
commit
9a52c57ffe
1 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue