Coding style
This commit is contained in:
parent
3db6d607ca
commit
4716b1c9b4
@ -91,7 +91,7 @@ public:
|
||||
FileSystem& fs = partition->fileSystem();
|
||||
FileSystem::CommandSupportType support = m_length < fs.length() ? fs.supportShrink() : fs.supportGrow();
|
||||
|
||||
switch (support)
|
||||
switch ( support )
|
||||
{
|
||||
case FileSystem::cmdSupportBackend:
|
||||
if ( !backendResize( &report ) )
|
||||
|
Loading…
Reference in New Issue
Block a user