Added white space in method arguments
This commit is contained in:
parent
8a09c7c04c
commit
f70e36a1b0
|
@ -50,9 +50,9 @@ public enum FourCornerDotCake {
|
|||
__RESERVED_DATAGRAMS(512, 1452-512),
|
||||
|
||||
/// Application Methodoums Decimals, normal decimal numbers 0-9
|
||||
FC_AMD0110_A4(1452,10),
|
||||
FC_AMD0110_A4(1452, 10),
|
||||
/// Binary Model Word encoding for bit 0 and bit 1 notation
|
||||
FC_BMW0102_D1(1462,2),
|
||||
FC_BMW0102_D1(1462, 2),
|
||||
|
||||
/// Octal Character Encoding in Hinari 3 bit
|
||||
FC_OCE0801_H3(1464, 8),
|
||||
|
|
Loading…
Reference in a new issue