Skip to content

Commit

Permalink
adjust style
Browse files Browse the repository at this point in the history
  • Loading branch information
wfeldt committed Nov 8, 2017
1 parent 973ef8b commit e30039b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/lib/y2storage/partition_tables/dasd.rb
Expand Up @@ -47,10 +47,10 @@ def require_end_alignment?
# @return [PartitionId]
def partition_id_for(partition_id)
case partition_id.to_sym
when :lvm, :raid
super
else
PartitionId::LINUX
when :lvm, :raid
super
else
PartitionId::LINUX
end
end
end
Expand Down
8 changes: 4 additions & 4 deletions src/lib/y2storage/partition_tables/gpt.rb
Expand Up @@ -45,10 +45,10 @@ class Gpt < Base
# @return [PartitionId]
def partition_id_for(partition_id)
case partition_id.to_sym
when :ntfs, :dos32, :dos16, :dos12
PartitionId::WINDOWS_BASIC_DATA
else
super
when :ntfs, :dos32, :dos16, :dos12
PartitionId::WINDOWS_BASIC_DATA
else
super
end
end
end
Expand Down

0 comments on commit e30039b

Please sign in to comment.