File: 0002-main.cpp-remove-stray-whitespace.patch

package info (click to toggle)
picotool 2.2.0-a4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,676 kB
  • sloc: cpp: 61,023; ansic: 2,999; asm: 2,048; perl: 219; sh: 212; python: 97; makefile: 41; xml: 18
file content (25 lines) | stat: -rw-r--r-- 762 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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