Skip to content

Commit

Permalink
more ksylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Apr 20, 2022
1 parent c5adcf7 commit cdf38a9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dwg_ac1002.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ types:
doc: 0x01fa-0x01fb, $LIMCHECK
- id: unknown10a
type: u1
doc: 0x01fc
doc: 0x01fc,
- id: unknown10b
type: u1
- id: unknown10c
Expand Down
2 changes: 1 addition & 1 deletion dwg_ac1003.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ types:
doc: 0x01fa-0x01fb, $LIMCHECK
- id: unknown10a
type: u1
doc: 0x01fc
doc: 0x01fc,
- id: unknown10b
type: u1
- id: unknown10c
Expand Down
2 changes: 1 addition & 1 deletion dwg_ac1006.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ types:
doc: 0x01fa-0x01fb, $LIMCHECK
- id: unknown10a
type: u1
doc: 0x01fc
doc: 0x01fc,
- id: unknown10b
type: u1
- id: unknown10c
Expand Down
10 changes: 5 additions & 5 deletions dwg_ac1009.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,16 @@ types:
type: s1
- id: unknown_3
type: s2
contents: 3
# contents: 3
- id: num_sections
type: u2
contents: 5
# contents: 5
- id: num_header_vars
type: u2
contents: 129
# contents: 129
- id: dwg_version
type: u1
contents: 0
# contents: 0
- id: entities_start
type: u4
- id: entities_end
Expand Down Expand Up @@ -428,7 +428,7 @@ types:
doc: 0x01fa-0x01fb, $LIMCHECK
- id: unknown10a
type: u1
doc: 0x01fc
doc: 0x01fc,
- id: unknown10b
type: u1
- id: unknown10c
Expand Down
2 changes: 1 addition & 1 deletion dwg_ac1_50.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ types:
if: _parent.num_header_vars == 83
- id: unknown10a
type: u1
doc: 0x01fc
doc: 0x01fc,
if: _parent.num_header_vars == 83
- id: unknown10b
type: u1
Expand Down
2 changes: 1 addition & 1 deletion dwg_ac2_10.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ types:
doc: 0x01fa-0x01fb, $LIMCHECK
- id: unknown10a
type: u1
doc: 0x01fc
doc: 0x01fc,
- id: unknown10b
type: u1
- id: unknown10c
Expand Down

0 comments on commit cdf38a9

Please sign in to comment.