[partition] Fix coding style
This commit is contained in:
parent
cd725fbb4b
commit
f2bfe2bd6a
@ -59,7 +59,7 @@ convenienceName( const Partition* const candidate )
|
||||
|
||||
QString p;
|
||||
QTextStream s( &p );
|
||||
s << static_cast<const void*>(candidate); // No good name available, use pointer address
|
||||
s << static_cast< const void* >( candidate ); // No good name available, use pointer address
|
||||
|
||||
return p;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user