Skip to content

Commit

Permalink
Remove useless spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
10sr committed Jan 10, 2019
1 parent cae4186 commit baad90b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions editorconfig-core-handle.el
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit baad90b

Please sign in to comment.