diff --git a/ansible/roles/swift-block-devices/tests/test-bootstrapped.yml b/ansible/roles/swift-block-devices/tests/test-bootstrapped.yml
index 0786ef1598044cf2f846da525384ca832ed1c4d8..f6cf8d2c3a07344788592763803d82bc9f7c1087 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 1579eb72b115956f08f3eaa597a365f4d106aa3e..1f5f9b2441a6c103e8240f4e84ac03dd4ffd8133 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 3ff7fc878b95000e577ef3dd27d36e60df425a18..c55789eadd68456474ad41f295381becdf9c197d 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 a232401eb84d5dbf3183961e3096bed2b2d828d4..0cdc1a78589949e309f620a50e046468746be334 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.