mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Formatting.
This commit is contained in:
parent
4bc0651a3e
commit
da57c4aa74
@ -89,10 +89,7 @@ bool VERTEX_MANAGER::Reserve( unsigned int aSize )
|
||||
{
|
||||
if( show_err_reserve )
|
||||
{
|
||||
DisplayError(
|
||||
nullptr,
|
||||
wxT( "VERTEX_MANAGER::Reserve: Did not use all previous vertices allocated" ) );
|
||||
|
||||
DisplayError( nullptr, wxT( "VERTEX_MANAGER::Reserve: Did not use all previous vertices allocated" ) );
|
||||
show_err_reserve = false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user