mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
Fix for indentation
This commit is contained in:
parent
840101b878
commit
3cb4e56d3c
@ -13,7 +13,7 @@ static struct Device root = {
|
||||
.address = 0,
|
||||
.name = "/",
|
||||
.config = &root_config,
|
||||
.flags = DEVICE_FLAG_DTS,
|
||||
.flags = DEVICE_FLAG_DTS,
|
||||
.parent = NULL,
|
||||
.internal = NULL
|
||||
};
|
||||
@ -28,7 +28,7 @@ static struct Device test_device = {
|
||||
.address = 0,
|
||||
.name = "test-device",
|
||||
.config = &test_device_config,
|
||||
.flags = DEVICE_FLAG_DTS,
|
||||
.flags = DEVICE_FLAG_DTS,
|
||||
.parent = &root,
|
||||
.internal = NULL
|
||||
};
|
||||
@ -45,7 +45,7 @@ static struct Device bool_test_device = {
|
||||
.address = 0,
|
||||
.name = "bool-test-device",
|
||||
.config = &bool_test_device_config,
|
||||
.flags = DEVICE_FLAG_DTS,
|
||||
.flags = DEVICE_FLAG_DTS,
|
||||
.parent = &root,
|
||||
.internal = NULL
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user