diff --git a/cMIPS/vhdl/rom.vhd b/cMIPS/vhdl/rom.vhd
index 5fcc5dc5c17d458cf30e86ebf963486f2d905623..00d9de93432383bd603a41245a8548d76e6f7210 100644
--- a/cMIPS/vhdl/rom.vhd
+++ b/cMIPS/vhdl/rom.vhd
@@ -135,8 +135,7 @@ architecture rtl of single_port_rom is
   -- -e 's#\(^ *[a-f0-9]*:\) *\(........\)  *\(.*\)$#x"\2", -- \1 \3#' \
   -- -e '$s:,: :' 
   
-  constant test_prog : memory_t := (
-    (others => (others => '0')) );
+  constant test_prog : memory_t := (others => (others => '0'));
 
   function init_rom
     return memory_t is