-// Variables which contain current byte to code and order
-unsigned long byte, //current byte to code
- o1_byte, //order-1 byte
- o2_byte, //order-2 byte
- o3_byte, //order-3 byte
- o4_byte; //order-4 byte
+ // Variables which contain current byte to code and order
+ unsigned long byte, //current byte to code
+ o1_byte, //order-1 byte
+ o2_byte, //order-2 byte
+ o3_byte, //order-3 byte
+ o4_byte; //order-4 byte