extfs: lslR: remove unneeded escape of space.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2024-05-08 09:32:40 +03:00
parent 4c998ac636
commit 12d117ea60

View File

@ -37,7 +37,7 @@ BEGIN {
# Pattern to match 8 first fields.
rx8 = "^" rx rx rx rx rx rx rx "[^ ]+[ ]";
}
/^total\ [0-9]*$/ { next }
/^total [0-9]*$/ { next }
/^$/ { empty=1; next }
empty==1 && /:$/ {
empty=0