From 2bc951bd438960e70906007b933fb22cb2892e48 Mon Sep 17 00:00:00 2001 From: Nathan Miller Date: Fri, 10 May 2024 09:18:47 -0700 Subject: [PATCH] white space --- Utils/ArchiveExtractor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Utils/ArchiveExtractor.cpp b/Utils/ArchiveExtractor.cpp index 3ede3116..7ee00ff5 100644 --- a/Utils/ArchiveExtractor.cpp +++ b/Utils/ArchiveExtractor.cpp @@ -71,8 +71,8 @@ namespace Utils ss << "7z" << " x " /*<< '"'*/ << m_path /*<< '"'*/ // extract w/ full paths and archive path << " -o" /*<< '"'*/ << destinationPath /*<< '"'*/ // output path - << " -y" // yes to all prompts - << " -aoa"; // overwrite all + << " -y" // yes to all prompts + << " -aoa"; // overwrite all if (HIDE_7Z_COMMAND_OUTPUT) {