Skip to content

Commit bd5e351

Browse files
committed
add some space
1 parent 3f9b1d3 commit bd5e351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

checkCFG.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function [expParameters, cfg] = checkCFG(cfg,expParameters)
1+
function [expParameters, cfg] = checkCFG(cfg, expParameters)
22
% check that we have all the fields that we need in the experiment
33
% parameters
44

createFilename.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function expParameters = createFilename(cfg,expParameters)
1+
function expParameters = createFilename(cfg, expParameters)
22
% create the BIDS compliant directories and filenames for the behavioral output for this subject /
33
% session / run using the information from cfg and expParameters.
44
% Will also create the right filename for the eyetracking data file.

0 commit comments

Comments
 (0)