Skip to content

Commit b8d7794

Browse files
committed
style: fix trailing whitespace
Signed-off-by: karaketir16 <osmankaraketir@gmail.com>
1 parent 8762608 commit b8d7794

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/src/rp23xx/rp23xx_crypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ static int rp23xx_newsession(uint32_t *sid, FAR struct cryptoini *cri)
460460
if (i >= g_rp23xx_sesnum)
461461
{
462462
FAR struct rp23xx_crypto_list *new_sessions;
463-
uint32_t new_count =
463+
uint32_t new_count =
464464
g_rp23xx_sessions == NULL ? 1 : g_rp23xx_sesnum * 2;
465465

466466
new_sessions = kmm_calloc(new_count, sizeof(*new_sessions));

0 commit comments

Comments
 (0)