chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76d079c
)
script: Fix a formatting glitch
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 14 Jul 2021 15:24:02 +0000
(16:24 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 14 Jul 2021 15:24:02 +0000
(16:24 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
templates/script.ts
patch
|
blob
|
history
diff --git
a/templates/script.ts
b/templates/script.ts
index ff132745e6fcaffb7575f09ef4f3b7aedad2bca0..e9064bdb3b5d60836efe77001931a6802ea5d814 100644
(file)
--- a/
templates/script.ts
+++ b/
templates/script.ts
@@
-242,9
+242,9
@@
function api_posted() {
}
function api_piece_x(f: (meth: string, payload: Object) => void,
- meth: string,
- piece: PieceId, p: PieceInfo,
- op: Object) {
+
meth: string,
+
piece: PieceId, p: PieceInfo,
+
op: Object) {
clear_halo(piece,p);
cseq += 1;
p.cseq = cseq;