From 047d1b726555af0cb1b327f81e9893fc5e9eaab0 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 1 Jun 2023 10:44:09 +0000 Subject: Fix mixed indentation Signed-off-by: Alyssa Ross --- Documentation/_sass/custom/custom.scss | 30 +++++++++++++++--------------- scripts/make-erofs.sh | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Documentation/_sass/custom/custom.scss b/Documentation/_sass/custom/custom.scss index eb50c81..fd5a676 100644 --- a/Documentation/_sass/custom/custom.scss +++ b/Documentation/_sass/custom/custom.scss @@ -2,21 +2,21 @@ // SPDX-License-Identifier: MIT .main-content { - // Just the Docs puts titles next to definitions, rather than on - // the line before. This makes the definitions too horizontally - // compressed. - dl { - display: block; - } - dt { - text-align: left; - font-weight: bold; + // Just the Docs puts titles next to definitions, rather than on + // the line before. This makes the definitions too horizontally + // compressed. + dl { + display: block; + } + dt { + text-align: left; + font-weight: bold; - &::after { - content: none; + &::after { + content: none; + } + } + dd { + margin-left: 2ch; } - } - dd { - margin-left: 2ch; - } } diff --git a/scripts/make-erofs.sh b/scripts/make-erofs.sh index d671bbe..2a8f745 100755 --- a/scripts/make-erofs.sh +++ b/scripts/make-erofs.sh @@ -18,7 +18,7 @@ while [ $# -gt $opt_count ]; do arg1="$1" shift - if [ -z "${img-}" ]; then + if [ -z "${img-}" ]; then set -- "$@" "$arg1" opt_count=$((opt_count + 1)) -- cgit 1.4.1