File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,11 +143,11 @@ static inline constexpr USHORT type_lengths[DTYPE_TYPE_MAX] =
143143 sizeof (ISC_QUAD ), /* dtype_blob */
144144 sizeof (ISC_QUAD ), /* dtype_array */
145145 sizeof (SINT64 ), /* dtype_int64 */
146- sizeof (RecordNumber ::Packed ), /*dtype_dbkey */
146+ sizeof (RecordNumber ::Packed ), /* dtype_dbkey */
147147 sizeof (UCHAR ), /* dtype_boolean */
148148 sizeof (Firebird ::Decimal64 ), /* dtype_dec64 */
149- sizeof (Firebird ::Decimal128 ), /*dtype_dec128 */
150- sizeof (Firebird ::Int128 ), /* dtype_int128 */
149+ sizeof (Firebird ::Decimal128 ), /* dtype_dec128 */
150+ sizeof (Firebird ::Int128 ), /* dtype_int128 */
151151 sizeof (ISC_TIME_TZ ), /* dtype_sql_time_tz */
152152 sizeof (ISC_TIMESTAMP_TZ ), /* dtype_timestamp_tz */
153153 sizeof (ISC_TIME_TZ_EX ), /* dtype_ex_time_tz */
You can’t perform that action at this time.
0 commit comments