From b20f53790551d94cb20a2347d3270e1d7c951e49 Mon Sep 17 00:00:00 2001
From: Simon Ruderich <simon@ruderich.org>
Date: Tue, 17 Jul 2018 14:32:56 +0200
Subject: [PATCH] dircolors: fix indentation

---
 shell/shell/dircolors.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/shell/shell/dircolors.in b/shell/shell/dircolors.in
index 82bafc6..7e194b7 100644
--- a/shell/shell/dircolors.in
+++ b/shell/shell/dircolors.in
@@ -75,12 +75,12 @@ CHR 00
 # (e.g. example.foo).
 
 # Read-me files (e.g. README, program.readme, etc.): bold magenta.
-*README     35;01
+*README      35;01
 *README.adoc 35;01
-*README.txt 35;01
-*README.md  35;01
-*README.mkd 35;01
-*readme     35;01
+*README.txt  35;01
+*README.md   35;01
+*README.mkd  35;01
+*readme      35;01
 # Misc files: bold magenta.
 *NEWS 35;01
 *FAQ  35;01
-- 
2.49.0