8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Fixing the indentation a bit

This commit is contained in:
robocop 2004-09-23 07:41:35 +00:00
parent bbc5dce38e
commit 9c89e129b5

View File

@ -236,3 +236,4 @@ ARGLIST(USHORT length)
while (length--) while (length--)
*(UCHAR*)result++ = *updated++; *(UCHAR*)result++ = *updated++;
} }