From baad90b852c67009c7b242411fe3e570f3f09803 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 10 Jan 2019 14:40:30 +0900 Subject: [PATCH] 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 0156a947..f6120689 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."