Blame SOURCES/0003-Fix-some-stray-whitespace.patch

cca0c4
From d4b710802da3d780799f1e01e18b613e77b95bb3 Mon Sep 17 00:00:00 2001
cca0c4
From: Peter Jones <pjones@redhat.com>
cca0c4
Date: Wed, 24 Jun 2015 09:20:35 -0400
cca0c4
Subject: [PATCH 03/55] Fix some stray whitespace
cca0c4
cca0c4
Signed-off-by: Peter Jones <pjones@redhat.com>
cca0c4
---
cca0c4
 README.rst | 4 ++--
cca0c4
 1 file changed, 2 insertions(+), 2 deletions(-)
cca0c4
cca0c4
diff --git a/README.rst b/README.rst
cca0c4
index a5743ff2f96..754454b7bca 100644
cca0c4
--- a/README.rst
cca0c4
+++ b/README.rst
cca0c4
@@ -42,7 +42,7 @@ The invocation syntax is::
cca0c4
 For example the line::
cca0c4
 
cca0c4
     grubTest grub.1 updargs/g1.1 --update-kernel=DEFAULT --args="root=/dev/hda1"
cca0c4
-    
cca0c4
+
cca0c4
 means execute the command::
cca0c4
 
cca0c4
     ./grubby --grub --config-file tests/grub.1 --update-kernel=DEFAULT \
cca0c4
@@ -66,7 +66,7 @@ Writing New Test Cases
cca0c4
 ----------------------
cca0c4
 
cca0c4
 To write a new test case for grubby you need a config file which matches the
cca0c4
-initial test conditions (either existing one or a new one), provide a 
cca0c4
+initial test conditions (either existing one or a new one), provide a
cca0c4
 results file (likely a new one) which contains the expected configuration or
cca0c4
 output and finally add a call to the test function(s) using the desired grubby
cca0c4
 parameters in an appropriate section of `test.sh`.
cca0c4
-- 
cca0c4
2.17.1
cca0c4