summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-12-27 12:40:49 +0100
committerPierre Ossman <ossman@cendio.se>2022-12-27 12:50:57 +0100
commit262a90b0e03da1ddf0b6ac5acd55a3167c4b558d (patch)
treecf87bfbaae241c8899ceaa254ec100f0f2d713ee /core
parent7f4a9eebc865a627407e69f22a5de18454cde6df (diff)
downloadnovnc-262a90b0e03da1ddf0b6ac5acd55a3167c4b558d.tar.gz
Consistently use "first" indentation
We already enforced this for most things, so let's fix up the last few variants as well.
Diffstat (limited to 'core')
-rw-r--r--core/des.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/des.js b/core/des.js
index d2f807b..ba1ebde 100644
--- a/core/des.js
+++ b/core/des.js
@@ -81,7 +81,7 @@
const PC2 = [13,16,10,23, 0, 4, 2,27,14, 5,20, 9,22,18,11, 3,
25, 7,15, 6,26,19,12, 1,40,51,30,36,46,54,29,39,
50,44,32,47,43,48,38,55,33,52,45,41,49,35,28,31 ],
- totrot = [ 1, 2, 4, 6, 8,10,12,14,15,17,19,21,23,25,27,28];
+ totrot = [ 1, 2, 4, 6, 8,10,12,14,15,17,19,21,23,25,27,28];
const z = 0x0;
let a,b,c,d,e,f;