Commit 97d2b767 authored by emerit's avatar emerit
Browse files

fix ci tests clang format and samitizer build

parent c84e4eb8
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -32,8 +32,7 @@
/*
 * Generated on 18-Oct-2023 with Matlab version 23.2.0.2365128 (R2023b) by MUXE6256 on PCWIN64
 * Binaural rendering data set based on BRIRs
 Tables derived from Mozart IIS BRIRs.*/
 * Tables derived from Mozart IIS BRIRs.*/
/* clang-format off */
+5 −3
Original line number Diff line number Diff line
@@ -147,8 +147,9 @@ if dataSpec.genRomFile

    fprintf(fileID_c, '/*\n');
    fprintf(fileID_c, ' * Generated on %s with Matlab version %s by %s on %s\n', datetime("today"), version, username, computer);
    fprintf(fileID_c, ' * Binaural rendering data set based on BRIRs \n Tables derived from Mozart IIS BRIRs.*/');    
    fprintf(fileID_c, '\n\n\n');
    fprintf(fileID_c, [' * Binaural rendering data set based on BRIRs\n']);
    fprintf(fileID_c, [' * Tables derived from Mozart IIS BRIRs.*/']);    
    fprintf(fileID_c, '\n\n');

    c_file_content = string(join({
        ''
@@ -832,7 +833,8 @@ if dataSpec.genRomFile
    c_file_content = string(join({'' ...
            '#undef WMC_TOOL_SKIP' ...
            '' ...
            '/* clang-format on */'
            '/* clang-format on */',...
            ''
    }, newline));