mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
xz: Use non-breaking spaces when intentionally using more than one space.
This silences some style checker warnings. Seems that spaces in the beginning of a line don't need this treatment. Thanks to Bjarni Ingi Gislason.
This commit is contained in:
parent
d85699c36d
commit
3b40a0792e
1 changed files with 1 additions and 1 deletions
|
@ -2591,7 +2591,7 @@ but if a limit has already been set, don't increase it:
|
|||
.PP
|
||||
.nf
|
||||
.ft CW
|
||||
NEWLIM=$((123 << 20)) # 123 MiB
|
||||
NEWLIM=$((123 << 20))\ \ # 123 MiB
|
||||
OLDLIM=$(xz \-\-robot \-\-info\-memory | cut \-f3)
|
||||
if [ $OLDLIM \-eq 0 \-o $OLDLIM \-gt $NEWLIM ]; then
|
||||
XZ_OPT="$XZ_OPT \-\-memlimit\-decompress=$NEWLIM"
|
||||
|
|
Loading…
Reference in a new issue