From 10d138feb77e3b65758613ff70a12422559739ac Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 10 2020 12:49:37 +0000 Subject: Apply patch 0001-WaE-misleading-indentation.patch patch_name: 0001-WaE-misleading-indentation.patch present_in_specfile: true --- diff --git a/tests/endian/endiantest.cpp b/tests/endian/endiantest.cpp index 9dcd446..87e0c37 100644 --- a/tests/endian/endiantest.cpp +++ b/tests/endian/endiantest.cpp @@ -138,9 +138,8 @@ int main(int argc , char *argv[]) const size_t rounds = 1UL << atoi(argv[1]); int r = 0; - if (!test_swaps() - || !test_swaps()) - return 5; + if (!test_swaps() || !test_swaps()) + return 5; if (r == 0) r = test_reads(rounds); if (r == 0) r = test_reads(rounds);