Skip to content

Commit 4af373f

Browse files
committed
Totally misc
1 parent 312ccbb commit 4af373f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/jrd/align.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)