Skip to content

Commit

Permalink
Apply Layout/SpaceAfterComma cop.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Aug 23, 2024
1 parent 534560e commit a21cbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sys/unix/sys/filesystem/structs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def self.linux64?
:f_spares1, :short,
:f_mntfromname, [:char, 80],
:f_spares2, :short,
:f_spare, [:long,2]
:f_spare, [:long, 2]
)
else
layout(
Expand Down

0 comments on commit a21cbb3

Please sign in to comment.