From 37670ae2f3ae72efbe3ca7e108f15d69d9fc2786 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 4 Sep 2025 10:10:22 +0200 Subject: [PATCH] style --- client/src/cmdlfhitaghts.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/cmdlfhitaghts.c b/client/src/cmdlfhitaghts.c index de6efcae3..b5a3fa1c0 100644 --- a/client/src/cmdlfhitaghts.c +++ b/client/src/cmdlfhitaghts.c @@ -152,8 +152,9 @@ static const char *hts_get_type_str(uint32_t uid) { default: return "n/a"; } - } else + } else { return "Probably not NXP Hitag S"; + } } static bool hts_get_uid(uint32_t *uid) {