mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
tests: torture-misc: fix 4-space indentation
Signed-off-by: Jon Simons <jon@jonsimons.org> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
a64ddff3fe
commit
effd7ba13c
@@ -87,11 +87,11 @@ static void torture_ntohll(void **state) {
|
||||
(void) state;
|
||||
|
||||
if (ptr[0] == 1){
|
||||
/* we're in little endian */
|
||||
check = 0xefcdab8967452301;
|
||||
/* we're in little endian */
|
||||
check = 0xefcdab8967452301;
|
||||
} else {
|
||||
/* big endian */
|
||||
check = value;
|
||||
/* big endian */
|
||||
check = value;
|
||||
}
|
||||
value = ntohll(value);
|
||||
assert_true(value == check);
|
||||
|
||||
Reference in New Issue
Block a user