From bcc7a16e1c8b527f328278e9da9d48137bc6ce83 Mon Sep 17 00:00:00 2001 From: gudnimg Date: Tue, 7 Nov 2023 07:27:08 +0000 Subject: [PATCH] PFW-1523 Trim trailing whitespace in util.h --- Firmware/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/util.h b/Firmware/util.h index 02c7208b7..f7c2596ed 100644 --- a/Firmware/util.h +++ b/Firmware/util.h @@ -104,7 +104,7 @@ public: } // Skip the leading quote - this->ptr++; + this->ptr++; // End of the string pStrEnd = strchr(this->ptr, '"');