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