From 0d028b901f8f774f07d1966f1edc3130c4173e4a Mon Sep 17 00:00:00 2001
From: Pierre Riteau <pierre@stackhpc.com>
Date: Wed, 27 Jan 2021 13:15:39 +0100
Subject: [PATCH] Remove trailing whitespace

Change-Id: I6b81c473ba9d844d0b6e5d0064dd71fe9313d647
---
 ansible/roles/swift-block-devices/tests/test-bootstrapped.yml  | 2 +-
 ansible/roles/swift-block-devices/tests/test-mount.yml         | 2 +-
 releasenotes/notes/firewalld-zone-option-15cb747feb90446b.yaml | 2 +-
 releasenotes/notes/story-2008354-0c34e2ad7aeb7d3d.yaml         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ansible/roles/swift-block-devices/tests/test-bootstrapped.yml b/ansible/roles/swift-block-devices/tests/test-bootstrapped.yml
index 0786ef15..f6cf8d2c 100644
--- a/ansible/roles/swift-block-devices/tests/test-bootstrapped.yml
+++ b/ansible/roles/swift-block-devices/tests/test-bootstrapped.yml
@@ -15,7 +15,7 @@
       command: losetup -f
       register: loopback
       become: true
- 
+
     - name: Create a loopback device
       command: losetup {{ loopback.stdout }} {{ tempfile.path }}
       become: true
diff --git a/ansible/roles/swift-block-devices/tests/test-mount.yml b/ansible/roles/swift-block-devices/tests/test-mount.yml
index 1579eb72..1f5f9b24 100644
--- a/ansible/roles/swift-block-devices/tests/test-mount.yml
+++ b/ansible/roles/swift-block-devices/tests/test-mount.yml
@@ -16,7 +16,7 @@
       command: losetup -f
       register: loopback
       become: true
- 
+
     - name: Create a loopback device
       command: losetup {{ loopback.stdout }} {{ tempfile.path }}
       become: true
diff --git a/releasenotes/notes/firewalld-zone-option-15cb747feb90446b.yaml b/releasenotes/notes/firewalld-zone-option-15cb747feb90446b.yaml
index 3ff7fc87..c55789ea 100644
--- a/releasenotes/notes/firewalld-zone-option-15cb747feb90446b.yaml
+++ b/releasenotes/notes/firewalld-zone-option-15cb747feb90446b.yaml
@@ -1,6 +1,6 @@
 ---
 features:
   - |
-    Adds support for configuring firewalld ``zone`` option on network interfaces. 
+    Adds support for configuring firewalld ``zone`` option on network interfaces.
     See `story 2008369
     <https://storyboard.openstack.org/#!/story/2008369>`__ for details.
diff --git a/releasenotes/notes/story-2008354-0c34e2ad7aeb7d3d.yaml b/releasenotes/notes/story-2008354-0c34e2ad7aeb7d3d.yaml
index a232401e..0cdc1a78 100644
--- a/releasenotes/notes/story-2008354-0c34e2ad7aeb7d3d.yaml
+++ b/releasenotes/notes/story-2008354-0c34e2ad7aeb7d3d.yaml
@@ -2,5 +2,5 @@
 fixes:
   - |
     Fixes issue with deleting swift ring temporary files.
-    See `story 2008354 <https://storyboard.openstack.org/#!/story/2008354>`__ 
+    See `story 2008354 <https://storyboard.openstack.org/#!/story/2008354>`__
     for details.
-- 
GitLab