branch: externals/mct
commit 78f3e77fb61bf0e8135b28f5f3cd5623f06405ee
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Clear trailing space
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index d36695c..fd57333 100644
--- a/mct.el
+++ b/mct.el
@@ -708,7 +708,7 @@ Completions' buffer."
                      bos "[" (1+ blank) "]*"
                      (group (1+ any))
                      "[" (1+ blank) "]*" eos)
-                    regex) 
+                    regex)
       (match-string 1 regex))
      ;; literal character
      ((string= regex (regexp-quote regex))

Reply via email to