Skip to content

Commit 38527bc

Browse files
committed
fix emply line
1 parent ef6dd60 commit 38527bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utils/gen_library_base.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ def add(member)
417417
if @type && @type != member.type.name
418418
raise "Mixed bitfield types (#{@type} vs #{member.type.name}) not supported"
419419
end
420+
420421
@type ||= member.type.name
421422
@count += member.num_bits
422423
end

0 commit comments

Comments
 (0)