Fix style

This commit is contained in:
Filatenkov Artur 2022-04-19 20:04:04 +03:00 committed by GitHub
parent 0398508acc
commit bff407c139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
{