about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/shellcheck.yml2
-rw-r--r--CHANGELOG.md2
-rw-r--r--doc/rifle.pod2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml
index 783ff0fa..9fe4c1c4 100644
--- a/.github/workflows/shellcheck.yml
+++ b/.github/workflows/shellcheck.yml
@@ -1,6 +1,6 @@
 name: Shellcheck scope.sh
 
-on: 
+on:
   push:
     paths:
       - '.github/workflows/shellcheck.yml'
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90c89763..35511b52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,7 +36,7 @@ This log documents changes between stable versions.
 * Improved configurability of syntax highlighting previews
 * Improved coverage of unofficial MIME types, mostly audio formats
 * Improved documentation of `multipane` viewmode
-* Improved documentation of optional dependencies 
+* Improved documentation of optional dependencies
 * Improved documentation on `copymap`
 * Improved documentation on `tab_shift`
 * Improved documentation on `w3m_offset`
diff --git a/doc/rifle.pod b/doc/rifle.pod
index 0cd34478..63c8f9b3 100644
--- a/doc/rifle.pod
+++ b/doc/rifle.pod
@@ -72,7 +72,7 @@ rifle shares configuration files with ranger, though ranger is not required in
 order to use rifle. The default configuration file F<rifle.conf> is expected
 to be at F<~/.config/ranger/rifle.conf>. However, this can be overridden with
 the B<-c> option. Note that due to the nature of the configuration, rifle will
-only read one file, it will not read the defaults in addition. 
+only read one file, it will not read the defaults in addition.
 
 This file specifies patterns for determining the commands to open files with.
 The syntax is described in the comments of the default F<rifle.conf> that ships