We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312ccbb commit 4af373fCopy full SHA for 4af373f
1 file changed
src/jrd/align.h
@@ -143,11 +143,11 @@ static inline constexpr USHORT type_lengths[DTYPE_TYPE_MAX] =
143
sizeof(ISC_QUAD), /* dtype_blob */
144
sizeof(ISC_QUAD), /* dtype_array */
145
sizeof(SINT64), /* dtype_int64 */
146
- sizeof(RecordNumber::Packed), /*dtype_dbkey */
+ sizeof(RecordNumber::Packed), /* dtype_dbkey */
147
sizeof(UCHAR), /* dtype_boolean */
148
sizeof(Firebird::Decimal64), /* dtype_dec64 */
149
- sizeof(Firebird::Decimal128), /*dtype_dec128 */
150
- sizeof(Firebird::Int128), /* dtype_int128 */
+ sizeof(Firebird::Decimal128), /* dtype_dec128 */
+ sizeof(Firebird::Int128), /* dtype_int128 */
151
sizeof(ISC_TIME_TZ), /* dtype_sql_time_tz */
152
sizeof(ISC_TIMESTAMP_TZ), /* dtype_timestamp_tz */
153
sizeof(ISC_TIME_TZ_EX), /* dtype_ex_time_tz */
0 commit comments