Fix the YAML files indentation for files in scripts/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
16 lines
241 B
YAML
16 lines
241 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
description: Property deprecated value test
|
|
|
|
compatible: "test-deprecated"
|
|
|
|
properties:
|
|
oldprop:
|
|
type: int
|
|
deprecated: true
|
|
required: false
|
|
|
|
curprop:
|
|
type: int
|
|
required: false
|