File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 124eb2119c78651cfaaa7a046a101fa2e20f83ca
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: e7d5af8ec780adf2acf46bb017732cae02a6a867
4
+ refs/heads/snap-stage3: 1f044893b1c8e111739214c3e45ab19696a4db25
5
5
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -250,6 +250,7 @@ tidy:
250
250
| grep ' ^$(S)src/test' -v \
251
251
| grep ' ^$(S)src/libuv' -v \
252
252
| grep ' ^$(S)src/llvm' -v \
253
+ | grep ' ^$(S)src/gyp' -v \
253
254
| xargs -n 10 $(CFG_PYTHON ) $(S ) src/etc/tidy.py
254
255
$(Q ) find $(S ) src/etc -name ' *.py' \
255
256
| xargs -n 10 $(CFG_PYTHON ) $(S ) src/etc/tidy.py
Original file line number Diff line number Diff line change 85
85
(not (looking-at " [[:space:]]*\\ (?://.*\\ )?$" ))))
86
86
(+ 1 (current-column )))
87
87
; ; Check for fields on the same line as the open curly brace:
88
- ((looking-at " {[[:space :]]*[^\n ]*,[[:space:]]*$" )
88
+ ((looking-at " {[[:blank :]]*[^} \n ]*,[[:space:]]*$" )
89
89
(progn
90
90
(forward-char )
91
- (when ( looking-at " [[:space:]] " ) ( forward-to-word 1 ) )
91
+ (forward-to-word 1 )
92
92
(current-column )))
93
93
(t (progn
94
94
(goto-char pt)
You can’t perform that action at this time.
0 commit comments