Skip to content

Commit

Permalink
delete trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
aikiriao committed Jun 22, 2024
1 parent 3cd5717 commit 5d6218e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/srla_coder/src/srla_coder.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ static void SRLACoder_SearchBestCodeAndPartition(
/* 各分割での符号長を計算し、最適な分割を探索 */
min_bits = UINT32_MAX;
best_porder = max_porder + 1;

switch (tmp_code_type) {
case SRLACODER_CODE_TYPE_RICE:
{
Expand Down Expand Up @@ -504,7 +504,7 @@ static void SRLACoder_SearchBestCodeAndPartition(
default:
SRLA_ASSERT(0);
}

SRLA_ASSERT(best_porder != (max_porder + 1));

/* 結果を記録 */
Expand Down

0 comments on commit 5d6218e

Please sign in to comment.