Skip to content

Commit

Permalink
white space
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed May 10, 2024
1 parent 483930d commit 2bc951b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Utils/ArchiveExtractor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 2bc951b

Please sign in to comment.