We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f0070 commit 01862b8Copy full SHA for 01862b8
printCredits.m
@@ -13,12 +13,12 @@ function printCredits()
13
14
disp('___________________________________________________');
15
16
- disp(' ');
17
- disp(' ___ ___ ___ ___ ___ ___ ___ ');
18
- disp(' / __| _ \ _ \ | _ )_ _| \/ __|');
19
- disp('| (__| _/ _/ | _ \| || |) \__ \');
20
- disp(' \___|_| |_| |___/___|___/|___/');
21
+ disp(' ');
+ disp(' ___ ___ ___ ___ ___ ___ ___ ');
+ disp(' / __| _ \ _ \ | _ )_ _| \/ __|');
+ disp(' | (__| _/ _/ | _ \| || |) \__ \');
+ disp(' \___|_| |_| |___/___|___/|___/');
22
23
24
splash = 'Thank you for using the CPP BIDS - version %s. ';
0 commit comments