Skip to content

Commit 63d1865

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 28e8c5d commit 63d1865

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

subfun/design/getDesignInput.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
% (C) Copyright 2020 CPP visual motion localizer developpers
77

88
nbRepetitions = cfg.design.nbRepetitions;
9-
9+
1010
if strcmpi(cfg.design.localizer, 'MT_MST')
11-
11+
1212
% here we double the nb of repetitions (2 hemifields) if needed
1313
nbRepetitions = nbRepetitions * length(cfg.design.fixationPosition);
1414

1515
end
16-
16+
1717
nbEventsPerBlock = cfg.design.nbEventsPerBlock;
1818
maxNbPerBlock = cfg.target.maxNbPerBlock;
1919
nbBlocks = length(cfg.design.names) * nbRepetitions;
20-
20+
2121
end

0 commit comments

Comments
 (0)