branch: externals/ssh-deploy
commit 63321ecd521a98e92739452145f866a7b19a55d0
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Just a white-space fix for more coherency
---
ssh-deploy.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ssh-deploy.el b/ssh-deploy.el
index 37be013..8f286fd 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -205,6 +205,7 @@
;; these functions are only used internally and should be of no value to
outside public and handler functions.
;; these functions MUST not use module variables.
+
(defun ssh-deploy--insert-keyword (text)
"Insert TEXT as bold text."
(put-text-property 0 (length text) 'face 'font-lock-keyword-face text)