From bff407c139b4045a93e67f99bb9d22aa826ab942 Mon Sep 17 00:00:00 2001 From: Filatenkov Artur <58165623+FArthur-cmd@users.noreply.github.com> Date: Tue, 19 Apr 2022 20:04:04 +0300 Subject: [PATCH] Fix style --- utils/self-extr-exec/decompressor.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/self-extr-exec/decompressor.cpp b/utils/self-extr-exec/decompressor.cpp index 706b09d0d71..54c477cb482 100644 --- a/utils/self-extr-exec/decompressor.cpp +++ b/utils/self-extr-exec/decompressor.cpp @@ -341,10 +341,10 @@ int main(int argc, char* argv[]) perror(nullptr); /// According to documentation `mv` will rename file if it - /// doesn't move to other directory. - /// Sometimes `rename` doesn't exist by default and - /// `rename.ul` is set instead. It will lead to errors - /// that can be easily avoided with help of `mv` + /// doesn't move to other directory. + /// Sometimes `rename` doesn't exist by default and + /// `rename.ul` is set instead. It will lead to errors + /// that can be easily avoided with help of `mv` if (!have_compressed_analoge) {