Index: firmware/FAD/FACT_FAD_20MHz_VAR_PS/FACT_FAD_lib/hdl/fad_definitions.vhd
===================================================================
--- firmware/FAD/FACT_FAD_20MHz_VAR_PS/FACT_FAD_lib/hdl/fad_definitions.vhd	(revision 10172)
+++ firmware/FAD/FACT_FAD_20MHz_VAR_PS/FACT_FAD_lib/hdl/fad_definitions.vhd	(revision 10173)
@@ -52,13 +52,13 @@
 -- Network Settings End  
   
-  constant PACKAGE_VERSION : std_logic_vector(7 downto 0) := X"01";
-  constant PACKAGE_SUB_VERSION : std_logic_vector(7 downto 0) := X"02";
-  constant PACKAGE_HEADER_LENGTH : integer := 36;
-  constant PACKAGE_HEADER_ZEROS : integer := 0;  
-  constant PACKAGE_END_LENGTH : integer := 2; -- CRC and END-Flag
-  constant PACKAGE_END_ZEROS : integer := 2;
-  constant CHANNEL_HEADER_SIZE : integer := 4; 
-  constant NUMBER_OF_DRS : integer := 4; 
-  
+	constant PACKAGE_VERSION : std_logic_vector(7 downto 0) := X"01";
+	constant PACKAGE_SUB_VERSION : std_logic_vector(7 downto 0) := X"02";
+	constant PACKAGE_HEADER_LENGTH : integer := 36;
+	constant PACKAGE_HEADER_ZEROS : integer := 0;  
+	constant PACKAGE_END_LENGTH : integer := 2; -- CRC and END-Flag
+	constant PACKAGE_END_ZEROS : integer := 2;
+	constant CHANNEL_HEADER_SIZE : integer := 4; 
+	constant NUMBER_OF_DRS : integer := 4; 
+
   constant W5300_S_INC : std_logic_vector(6 downto 0) := "1000000"; -- socket address offset
 
