Skip to content

Commit 8e2f86b

Browse files
committed
remove space in assignments
1 parent f67e1c8 commit 8e2f86b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/eyeTracker.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141

4242
% Calibration has silver background with black targets, sound and smaller
4343
% targets
44-
el.backgroundcolour = [192 192 192, (cfg.screen.win)];
45-
el.msgfontcolour = BlackIndex(cfg.screen.win);
44+
el.backgroundcolour = [192 192 192, (cfg.screen.win)];
45+
el.msgfontcolour = BlackIndex(cfg.screen.win);
4646
el.calibrationtargetcolour = BlackIndex(cfg.screen.win);
47-
el.calibrationtargetsize = 1;
48-
el.calibrationtargetwidth = 0.5;
49-
el.displayCalResults = 1;
47+
el.calibrationtargetsize = 1;
48+
el.calibrationtargetwidth = 0.5;
49+
el.displayCalResults = 1;
5050

5151
% Call this function for changes to the calibration structure to take
5252
% affect.

0 commit comments

Comments
 (0)