From b98f39c2f8e719bad08b4bc68ab2fe950d34d299 Mon Sep 17 00:00:00 2001 From: conrad Date: Thu, 14 Jan 2021 12:44:17 +1000 Subject: [PATCH] more compact layout --- include/armadillo_bits/unwrap_cube.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/armadillo_bits/unwrap_cube.hpp b/include/armadillo_bits/unwrap_cube.hpp index 814758ce..0ea5c847 100644 --- a/include/armadillo_bits/unwrap_cube.hpp +++ b/include/armadillo_bits/unwrap_cube.hpp @@ -99,10 +99,7 @@ struct unwrap_cube_check< Cube > { arma_extra_debug_sigprint(); - if(M_local) - { - delete M_local; - } + if(M_local) { delete M_local; } }