Coding style

This commit is contained in:
Aurélien Gâteau 2014-08-05 17:53:10 +02:00
parent 3db6d607ca
commit 4716b1c9b4

View File

@ -91,7 +91,7 @@ public:
FileSystem& fs = partition->fileSystem(); FileSystem& fs = partition->fileSystem();
FileSystem::CommandSupportType support = m_length < fs.length() ? fs.supportShrink() : fs.supportGrow(); FileSystem::CommandSupportType support = m_length < fs.length() ? fs.supportShrink() : fs.supportGrow();
switch (support) switch ( support )
{ {
case FileSystem::cmdSupportBackend: case FileSystem::cmdSupportBackend:
if ( !backendResize( &report ) ) if ( !backendResize( &report ) )