Skip to content

Commit

Permalink
Fix alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ds14050 committed Apr 13, 2019
1 parent c03b773 commit 33ea4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unittests/test-is_mailaddress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ TEST(testIsMailAddress, OffsetParameter)
const wchar_t* const Buffer = L" [email protected]";
const wchar_t* const BufferEnd = Buffer + wcslen(Buffer);
const struct {
bool expected;
bool expected;
const wchar_t* address; // to be tested by IsMailAddress.
int offset; // passed to IsMailAddress as 2nd param.
int offset; // passed to IsMailAddress as 2nd param.
const wchar_t* buffer() const { // passed to IsMailAddress as 1st param.
return this->address - this->offset;
}
Expand Down

0 comments on commit 33ea4a4

Please sign in to comment.