Skip to content

Commit

Permalink
delete trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
aikiriao committed Feb 21, 2023
1 parent 27ce540 commit c1e115f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/srla_encode_decode/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ static int32_t SRLAEncodeDecodeTest_ExecuteTestCase(const struct EncodeDecodeTes

assert(test_case != NULL);
assert(test_case->num_samples <= (1UL << 14)); /* 長過ぎる入力はNG */

num_samples = test_case->num_samples;
num_channels = test_case->encode_parameter.num_channels;
preset = &g_srla_parameter_preset[test_case->encode_parameter.preset];
Expand Down

0 comments on commit c1e115f

Please sign in to comment.