branch: scratch/editorconfig-cc
commit 516ebfefa3c70866c2a19bfb88757a17fe56909d
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Remove useless spaces
---
 editorconfig-core-handle.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el
index 0156a947d2..f6120689f3 100644
--- a/editorconfig-core-handle.el
+++ b/editorconfig-core-handle.el
@@ -115,12 +115,12 @@ If HANDLE is nil return nil."
                                                                             
file
                                                                             
dir)
                when props collect (copy-alist props)))))
-      (make-obsolete 'editorconfig-core-handle-get-properties
-                     'editorconfig-core-handle-get-properties-hash
-                     "0.8.0")
+(make-obsolete 'editorconfig-core-handle-get-properties
+               'editorconfig-core-handle-get-properties-hash
+               "0.8.0")
 
 
-(defun  editorconfig-core-handle-get-properties-hash (handle file)
+(defun editorconfig-core-handle-get-properties-hash (handle file)
   "Return hash of properties from HANDLE for FILE.
 
 If HANDLE is nil return nil."

Reply via email to