mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
[partition] rename findFS
Rename findFS -> canonicalFilesystemName because that's what it actually does. While here, apply coding style to the files that are affected.
This commit is contained in:
parent
546253d750
commit
f9659989b1
7 changed files with 16 additions and 13 deletions
|
@ -75,7 +75,7 @@ PartitionLayout::PartitionEntry::PartitionEntry( const QString& label,
|
|||
, partMinSize( minSize )
|
||||
, partMaxSize( maxSize )
|
||||
{
|
||||
PartUtils::findFS( fs, &partFileSystem );
|
||||
PartUtils::canonicalFilesystemName( fs, &partFileSystem );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue