[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ruby-end 427237b83d 25/91: Fix whitespace and indent.
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ruby-end 427237b83d 25/91: Fix whitespace and indent. |
Date: |
Wed, 25 Jan 2023 19:58:25 -0500 (EST) |
branch: externals/ruby-end
commit 427237b83d8c69b7a2a018dabf458379de7b8a0c
Author: Johan Andersson <johan.rejeep@gmail.com>
Commit: Johan Andersson <johan.rejeep@gmail.com>
Fix whitespace and indent.
---
features/step-definitions/ruby-end-steps.el | 2 +-
ruby-end.el | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/features/step-definitions/ruby-end-steps.el
b/features/step-definitions/ruby-end-steps.el
index 577ffac8a4..6b334c9e74 100644
--- a/features/step-definitions/ruby-end-steps.el
+++ b/features/step-definitions/ruby-end-steps.el
@@ -36,7 +36,7 @@
(Given "I enable checking of statement modifiers"
(lambda ()
- (setq ruby-end-check-statement-modifiers t)))
+ (setq ruby-end-check-statement-modifiers t)))
(Given "^insert newline is turned off$"
(lambda ()
diff --git a/ruby-end.el b/ruby-end.el
index c41a2e8cf3..9c674b197b 100644
--- a/ruby-end.el
+++ b/ruby-end.el
@@ -117,11 +117,11 @@
(defun ruby-end-expand-p ()
"Checks if expansion (insertion of end) should be done."
(let ((ruby-end-expand-statement-modifiers-before-re
- (concat
- (if ruby-end-check-statement-modifiers
- ruby-end-expand-prefix-check-modifiers-re
- ruby-end-expand-prefix-re)
- ruby-end-expand-postfix-modifiers-before-re)))
+ (concat
+ (if ruby-end-check-statement-modifiers
+ ruby-end-expand-prefix-check-modifiers-re
+ ruby-end-expand-prefix-re)
+ ruby-end-expand-postfix-modifiers-before-re)))
(and
(ruby-end-code-at-point-p)
(or
- [elpa] branch externals/ruby-end created (now 2d4097afcb), ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end 97db28da68 01/91: first commit, ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end 9801aa199a 09/91: Do not expand when there's text after point., ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end 37b5fdad6d 13/91: Tests only pass when using read-kbd-macro instead of kbd, which really is the same..., ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end 9f0caf41d6 15/91: Update regular expressions for matching expansion., ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end 8cc9faf605 17/91: Allow to toggle on/off expansion with statement modifiers, ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end 96c19df26d 22/91: adds option for adding the blank line between statement and end, ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end 690e970812 23/91: Use when instead of if/progn., ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end 8787319fe3 04/91: Added code with tests., ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end 427237b83d 25/91: Fix whitespace and indent.,
ELPA Syncer <=
- [elpa] externals/ruby-end 45670f9134 26/91: Version bump., ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end 3f9349c3d0 28/91: Update espuds., ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end 25baf1c7d8 31/91: Update espuds., ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end 18edd3af0b 32/91: Fix feature indentation., ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end cc1f6cf297 34/91: Add 'ruby' keyword., ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end 5c6261a267 39/91: Do these even more interactively., ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end be0e1a154f 42/91: Update copyright years., ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end 20025067e5 44/91: Add Carton., ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end cf773a8702 48/91: Update README., ELPA Syncer, 2023/01/25
- [elpa] externals/ruby-end 5c6c7ceabd 49/91: Remove Espuds and Ecukes as submodules., ELPA Syncer, 2023/01/25