cosmetic: drop stray backslash

Change-Id: I311b62ff393c6520d72fc6aee21d86723487133f
This commit is contained in:
Neels Hofmeyr 2023-02-20 16:44:51 +01:00
parent 3f4d645890
commit 9ffebe784d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
SUBSYS, LEVEL, "RUA-%u %s: " FMT, \
(HNB_CTX_MAP) ? (HNB_CTX_MAP)->rua_ctx_id : 0, \
(HNB_CTX_MAP) ? ((HNB_CTX_MAP)->is_ps ? "PS" : "CS") : "NULL", \
##ARGS) \
##ARGS)
enum hnbgw_context_map_state {
MAP_S_NULL,