cosmetic: call.h: spaces -> tabs for consistency

Change-Id: I1ae638af50fa3741e84e421687270d2177e1be2d
This commit is contained in:
Oliver Smith 2018-10-02 16:04:17 +02:00
parent d195c09228
commit d4eb8babd0
1 changed files with 8 additions and 8 deletions

View File

@ -54,15 +54,15 @@ struct call_leg {
uint32_t payload_type; uint32_t payload_type;
uint32_t payload_msg_type; uint32_t payload_msg_type;
/** /**
* Remote started to ring/alert * Remote started to ring/alert
*/ */
void (*ring_call)(struct call_leg *); void (*ring_call)(struct call_leg *);
/** /**
* Remote picked up * Remote picked up
*/ */
void (*connect_call)(struct call_leg *); void (*connect_call)(struct call_leg *);
/** /**
* Set by the call_leg implementation and will be called * Set by the call_leg implementation and will be called