aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-10-02 16:04:17 +0200
committerOliver Smith <osmith@sysmocom.de>2018-10-04 11:35:45 +0200
commitd4eb8babd00c13ee51a1b29972e1c51e2f1965a0 (patch)
treed9616255931ee377319d4fabce55845dbc44b3be
parentd195c09228bad4626d2136c10c484a276016bf8a (diff)
cosmetic: call.h: spaces -> tabs for consistency
-rw-r--r--src/call.h18
1 files 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