From 94bb34b2295da275db43d8727c3cff5e3bff71bd Mon Sep 17 00:00:00 2001
From: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
Date: Thu, 4 Sep 2025 18:49:23 +0200
Subject: [PATCH 2/2] main.cpp: remove stray whitespace

---
 main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.cpp b/main.cpp
index f66e6ae..3b4764d 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1295,7 +1295,7 @@ struct otp_white_label_command : public cmd {
 
 
 vector<std::shared_ptr<cmd>> otp_sub_commands {
-        std::shared_ptr<cmd>( new otp_list_command()),
+        std::shared_ptr<cmd>(new otp_list_command()),
     #if HAS_LIBUSB
         std::shared_ptr<cmd>(new otp_get_command()),
         std::shared_ptr<cmd>(new otp_set_command()),
-- 
2.47.2

