diff options
author | Sunil Shetye | 2018-06-16 17:49:33 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-06-16 17:49:33 +0530 |
commit | a208791a02511d50eed1663203ac26eabfdfaa6f (patch) | |
tree | 4dfefc8c0a984c07315d4e0a7c6025e0b511fa21 /js/IntegerOp/JKFLIPFLOP.js | |
parent | c7c01ce271610f7321a39a2b37cd29d308fb8dbb (diff) | |
download | sci2js-a208791a02511d50eed1663203ac26eabfdfaa6f.tar.gz sci2js-a208791a02511d50eed1663203ac26eabfdfaa6f.tar.bz2 sci2js-a208791a02511d50eed1663203ac26eabfdfaa6f.zip |
add spacing in for statement
Diffstat (limited to 'js/IntegerOp/JKFLIPFLOP.js')
-rw-r--r-- | js/IntegerOp/JKFLIPFLOP.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/IntegerOp/JKFLIPFLOP.js b/js/IntegerOp/JKFLIPFLOP.js index 250a4697..14641c09 100644 --- a/js/IntegerOp/JKFLIPFLOP.js +++ b/js/IntegerOp/JKFLIPFLOP.js @@ -3,7 +3,7 @@ function JKFLIPFLOP() { JKFLIPFLOP.prototype.get = function JKFLIPFLOP() { } JKFLIPFLOP.prototype.set = function JKFLIPFLOP() { -for(i=1;i<=length(arg1.model.rpar.objs);i+=1) { +for (i=1;i<=length(arg1.model.rpar.objs);i+=1) { o=arg1.model.rpar.objs(i); if (typeof(o)=="Block"&&o.gui=="DOLLAR_m") { path=i; |