summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsh-ow <sh-ow@users.noreply.github.com>2016-04-14 01:16:08 +0200
committersh-ow <sh-ow@users.noreply.github.com>2016-04-14 01:16:08 +0200
commit4c0e664618862abb0e92b501a89408d6d7622a73 (patch)
treee8c802bfe2402028e7aecc7530097c62379595b1
parente2409dd612e22497f50677aad6cda4e50e1aa7ea (diff)
prog-mode: fix indendation in .yas-setup.el
-rw-r--r--prog-mode/.yas-setup.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/prog-mode/.yas-setup.el b/prog-mode/.yas-setup.el
index fa548ab..3444aa4 100644
--- a/prog-mode/.yas-setup.el
+++ b/prog-mode/.yas-setup.el
@@ -9,10 +9,10 @@
s))
(defun yas-s-trim-right (s)
- "Remove whitespace at the end of S."
- (if (string-match "[ \t\n\r]+\\'" s)
- (replace-match "" t t s)
- s))
+ "Remove whitespace at the end of S."
+ (if (string-match "[ \t\n\r]+\\'" s)
+ (replace-match "" t t s)
+ s))
(defun yas-s-trim (s)
"Remove whitespace at the beginning and end of S."