Skip to content

Commit 42b3c12

Browse files
committed
---
yaml --- r: 79420 b: refs/heads/snap-stage3 c: 1f04489 h: refs/heads/master v: v3
1 parent 7cadfc4 commit 42b3c12

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 124eb2119c78651cfaaa7a046a101fa2e20f83ca
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: e7d5af8ec780adf2acf46bb017732cae02a6a867
4+
refs/heads/snap-stage3: 1f044893b1c8e111739214c3e45ab19696a4db25
55
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/mk/tests.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ tidy:
250250
| grep '^$(S)src/test' -v \
251251
| grep '^$(S)src/libuv' -v \
252252
| grep '^$(S)src/llvm' -v \
253+
| grep '^$(S)src/gyp' -v \
253254
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
254255
$(Q)find $(S)src/etc -name '*.py' \
255256
| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py

branches/snap-stage3/src/etc/emacs/rust-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@
8585
(not (looking-at "[[:space:]]*\\(?://.*\\)?$"))))
8686
(+ 1 (current-column)))
8787
;; Check for fields on the same line as the open curly brace:
88-
((looking-at "{[[:space:]]*[^\n]*,[[:space:]]*$")
88+
((looking-at "{[[:blank:]]*[^}\n]*,[[:space:]]*$")
8989
(progn
9090
(forward-char)
91-
(when (looking-at "[[:space:]]") (forward-to-word 1))
91+
(forward-to-word 1)
9292
(current-column)))
9393
(t (progn
9494
(goto-char pt)

0 commit comments

Comments
 (0)