diff --git a/definitions/bufr/section.1.3.def b/definitions/bufr/section.1.3.def index bdfab70a9..8236b867e 100644 --- a/definitions/bufr/section.1.3.def +++ b/definitions/bufr/section.1.3.def @@ -20,7 +20,7 @@ unsigned[1] localTablesVersionNumber : dump; transient typicalCentury=21; unsigned[1] typicalYearOfCentury : dump; -transient typicalYear = (typicalCentury - 1 ) *100 + typicalYearOfCentury : no_copy; +transient typicalYear = (typicalCentury - 1) * 100 + typicalYearOfCentury : no_copy; unsigned[1] typicalMonth : dump; unsigned[1] typicalDay : dump;