Skip to content

Commit

Permalink
Restyled by astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Feb 18, 2022
1 parent 17df8f5 commit 43ad9c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toxcore/group.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ static bool wipe_group_chat(Group_Chats *g_c, uint32_t groupnumber)
}

uint16_t i;

for (i = g_c->num_chats; i != 0; --i) {
if (g_c->chats[i - 1].status != GROUPCHAT_STATUS_NONE) {
break;
Expand Down

0 comments on commit 43ad9c5

Please sign in to comment.