summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-12 16:47:29 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-16 10:19:30 +0100
commitaef45d8008db4cfd093cfe48e5ea70e7936dbf41 (patch)
tree728e728c13e7a2df16e49020c56cfa5e6952b6e8
parent1412c49feded3ad61704399ac9ddd02bd7f5d3ec (diff)
cosmetic layer23/mobile/gsm322: Fix trailing whistespace
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/gsm322.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/gsm322.h b/src/host/layer23/include/osmocom/bb/mobile/gsm322.h
index b332778d..86b1ef17 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/gsm322.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/gsm322.h
@@ -42,7 +42,7 @@
/* GSM 03.22 events */
#define GSM322_EVENT_SWITCH_ON 1
-#define GSM322_EVENT_SWITCH_OFF 2
+#define GSM322_EVENT_SWITCH_OFF 2
#define GSM322_EVENT_SIM_INSERT 3
#define GSM322_EVENT_SIM_REMOVE 4
#define GSM322_EVENT_REG_SUCCESS 5