From d4eb8babd00c13ee51a1b29972e1c51e2f1965a0 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 2 Oct 2018 16:04:17 +0200 Subject: cosmetic: call.h: spaces -> tabs for consistency Change-Id: I1ae638af50fa3741e84e421687270d2177e1be2d --- src/call.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/call.h b/src/call.h index de92a24..65d1111 100644 --- a/src/call.h +++ b/src/call.h @@ -54,15 +54,15 @@ struct call_leg { uint32_t payload_type; uint32_t payload_msg_type; - /** - * Remote started to ring/alert - */ - void (*ring_call)(struct call_leg *); - - /** - * Remote picked up - */ - void (*connect_call)(struct call_leg *); + /** + * Remote started to ring/alert + */ + void (*ring_call)(struct call_leg *); + + /** + * Remote picked up + */ + void (*connect_call)(struct call_leg *); /** * Set by the call_leg implementation and will be called -- cgit v1.2.3