Blame SOURCES/0001-WaE-misleading-indentation.patch

707541
From 168cc02731ddfc7c429fbe4af616000011e55789 Mon Sep 17 00:00:00 2001
707541
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
707541
Date: Mon, 23 Jul 2018 16:30:40 +0100
707541
Subject: [PATCH] WaE: misleading-indentation
707541
707541
---
707541
 tests/endian/endiantest.cpp | 5 ++---
707541
 1 file changed, 2 insertions(+), 3 deletions(-)
707541
707541
diff --git a/tests/endian/endiantest.cpp b/tests/endian/endiantest.cpp
707541
index b4fa196..ddc55ad 100644
707541
--- a/tests/endian/endiantest.cpp
707541
+++ b/tests/endian/endiantest.cpp
707541
@@ -138,9 +138,8 @@
707541
 	const size_t rounds = 1UL << atoi(argv[1]);
707541
 	int r = 0;
707541
 
707541
-    if   (!test_swaps<uint64, uint32, uint16, uint8>()
707541
-       || !test_swaps<int64, int32, int16, int8>())
707541
-        return 5;
707541
+	if (!test_swaps<uint64, uint32, uint16, uint8>() || !test_swaps<int64, int32, int16, int8>())
707541
+		return 5;
707541
     
707541
 	if (r == 0) r = test_reads<uint64, uint32, uint16, uint8>(rounds);
707541
 	if (r == 0) r = test_reads<int64, int32, int16, int8>(rounds);