Skip to content

Commit f772aef

Browse files
rhubertjkloetzke
authored andcommitted
treewide: fix indentation
1 parent ee5e6c0 commit f772aef

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
99
rev: v5.0.0
1010
hooks:
11-
- id: check-yaml
12-
args: ["--unsafe"]
13-
# unsafe is needed to avoid:
14-
# "could not determine a constructor for the tag '!expr'"
15-
- id: end-of-file-fixer
16-
- id: trailing-whitespace
11+
- id: check-yaml
12+
args: ["--unsafe"]
13+
# unsafe is needed to avoid:
14+
# "could not determine a constructor for the tag '!expr'"
15+
- id: end-of-file-fixer
16+
- id: trailing-whitespace
1717

1818
- repo: https://github.com/adrienverge/yamllint.git
1919
rev: v1.35.1
2020
hooks:
21-
- id: yamllint
21+
- id: yamllint
2222
- repo: https://github.com/codespell-project/codespell
2323
rev: v2.3.0
2424
hooks:
25-
- id: codespell
25+
- id: codespell

classes/rootfs/vfat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ inherit: [rootfs]
22

33
depends:
44
- tools:
5-
target-toolchain: host-compat-toolchain
5+
target-toolchain: host-compat-toolchain
66
use: [tools]
77
depends:
88
- utils::mtools

recipes/devel/byacc.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ multiPackage:
2525
byacc: "usr/bin"
2626

2727
dev:
28-
packageScript: |
29-
autotoolsPackageDev
28+
packageScript: |
29+
autotoolsPackageDev
3030
3131
tgt:
32-
packageScript: |
33-
autotoolsPackageLib
32+
packageScript: |
33+
autotoolsPackageLib

recipes/utils/gnupg.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ depends:
1515
tools:
1616
target-toolchain: host-compat-toolchain
1717
depends:
18-
- libs::libassuan-tool
19-
- libs::libgpg-error-tool
20-
- libs::libksba-tool
21-
- libs::gcrypt-tool
22-
- libs::npth-tool
18+
- libs::libassuan-tool
19+
- libs::libgpg-error-tool
20+
- libs::libksba-tool
21+
- libs::gcrypt-tool
22+
- libs::npth-tool
2323

2424
- libs::libassuan-dev
2525
- libs::libgpg-error-dev

recipes/utils/ttysnoop.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ depends:
1414
checkoutSCM:
1515
- scm: url
1616
url:
17-
https://snapshot.debian.org/archive/debian/20050326T000000Z/pool/main/t/ttysnoop/ttysnoop_${PKG_VERSION}.orig.tar.gz
17+
https://snapshot.debian.org/archive/debian/20050326T000000Z/pool/main/t/ttysnoop/ttysnoop_${PKG_VERSION}.orig.tar.gz
1818
digestSHA256: 645f9c174f2d1785a2f333a585175212ba3e8911c69e62d555fc2ab92dd815d8
1919
dir: ttysnoop
2020
stripComponents: 1
2121
- scm: url
2222
url:
23-
https://snapshot.debian.org/archive/debian/20130824T214307Z/pool/main/t/ttysnoop/ttysnoop_${PKG_VERSION_PATCH}.debian.tar.gz
23+
https://snapshot.debian.org/archive/debian/20130824T214307Z/pool/main/t/ttysnoop/ttysnoop_${PKG_VERSION_PATCH}.debian.tar.gz
2424
dir: patches
2525
digestSHA256: 8e741475becdbb962ed152a221d0ac02ff1c30ed60d994c761c7a18a2c73cd64
2626
stripComponents: 1

0 commit comments

Comments
 (0)