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

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