Skip to content

Commit 3f18130

Browse files
committed
---
yaml --- r: 23519 b: refs/heads/master c: 785c524 h: refs/heads/master i: 23517: c539736 23515: cefd232 23511: f5f741e 23503: 764ba55 23487: 54eec5c v: v3
1 parent fe480f3 commit 3f18130

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a831726b94154e040479b86b33f891f1e2ecc1d4
2+
refs/heads/master: 785c524d3ecbb44760139c9a2deab8f897ab0426
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/etc/emacs/rust-mode.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,7 @@
271271
(setf cx parent parent (caddr (rust-state-context st))))
272272
(let* ((tp (rust-context-type cx))
273273
(closing (eq tp (char-after)))
274-
(unit (if (member (rust-context-info cx) '(alt-inner alt-outer))
275-
(/ rust-indent-unit 2) rust-indent-unit))
274+
(unit rust-indent-unit)
276275
(base (if (and (eq tp 'statement) parent (rust-context-align parent))
277276
(rust-context-column parent) (rust-context-indent cx))))
278277
(cond ((eq tp 'comment) base)

0 commit comments

Comments
 (0)