more compact layout

This commit is contained in:
conrad
2021-01-14 12:44:17 +10:00
parent 4880d5a677
commit b98f39c2f8
+1 -4
View File
@@ -99,10 +99,7 @@ struct unwrap_cube_check< Cube<eT> >
{
arma_extra_debug_sigprint();
if(M_local)
{
delete M_local;
}
if(M_local) { delete M_local; }
}