dtlib: code order and whitespace refactoring
Move the DTError, Node, Type, and Property definitions to the top. This way, class definitions occur before methods which use those classes. This will be useful to avoid string literals in type annotations that will be added later. Some can't be avoided due to circular dependencies, but this will help. Adjust whitespace. No functional changes expected. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
22fd259ce1
commit
587b3248dc
1 changed files with 566 additions and 583 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue