Skip to content

Commit 12e8c8a

Browse files
committed
mh fix
1 parent e85321f commit 12e8c8a

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

src/keyboard/checkAbort.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ function checkAbort(cfg, deviceNumber)
1919
% catch ME % when something goes wrong
2020
%
2121
% switch ME.identifier
22-
%
22+
%
2323
% case 'checkAbort:abortRequested'
24-
%
24+
%
2525
% % stuff to do when an abort is requested (save data...)
26-
%
26+
%
2727
% otherwise
2828
%
2929
% % stuff to do otherwise

src/readAndFilterLogfile.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
function [outputFiltered] = readAndFilterLogfile(columnName, filterBy, varargin)
44
%
5-
% It will display in the command window the content of the `output.tsv` filtered
5+
% It will display in the command window the content of the `output.tsv` filtered
66
% by one element of a target column. Dependecies: bids_matlab (from CPP_BIDS)
77
%
88
% USAGE:
@@ -22,7 +22,6 @@
2222
% :returns: - :outputFiltered: dataset with only the specified content to see it in the command window use display(outputFiltered)
2323
%
2424
%
25-
2625

2726
% Checke if input is cfg or the file path
2827
if ischar(varargin{1})

src/utils/pixToDeg.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
% 'Pix' suffix removed and replaced with the 'DegVA' suffix .
1111
%
1212
% USAGE:
13-
%
13+
%
1414
% fixation.widthPix = 20;
1515
% cfg.screen.ppd = 10;
1616
%
1717
% fixation = degToPix('widthPix', fixation, cfg);
1818
%
1919
% Returns:
20-
%
20+
%
2121
% fixation.widthDegVA = 2;
2222
%
2323

0 commit comments

Comments
 (0)