summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Documentation/_sass/custom/custom.scss30
-rwxr-xr-xscripts/make-erofs.sh2
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))