Skip to content

Commit

Permalink
minor code reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Bouchez committed Aug 23, 2023
1 parent fdce39e commit 9c11859
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/crypt/mormot.crypt.secure.pas
Original file line number Diff line number Diff line change
Expand Up @@ -5468,7 +5468,7 @@ TCryptCrcInternal = class(TCryptHash)
const
/// CSV text of TCrc32Algo items
CrcAlgosText: PUtf8Char =
'crc32,crc32c,xxhash32,adler32,fnv32,aesni32,md5-32,sha1-32';
'crc32,crc32c,xxhash32,adler32,fnv32,aesni32,md5-32,sha1-32';

constructor TCryptCrc32Internal.Create(const name: RawUtf8);
begin
Expand Down
2 changes: 1 addition & 1 deletion src/mormot.commit.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'2.1.5790'
'2.1.5791'
2 changes: 1 addition & 1 deletion src/rest/mormot.rest.mvc.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@ function TMvcSessionWithCookies.Initialize(PRecordData: pointer;
CookieRecordToVariant(PRecordData, PRecordTypeInfo, info);
fApplication.OnSessionCreate(self, result, info);
end;
SetCookie(cookie);
SetCookie(cookie); // will be sent back to the client and stored there
end;
end;

Expand Down

0 comments on commit 9c11859

Please sign in to comment.