Skip to content

Commit 727169a

Browse files
github-actionsgithub-actions
authored andcommitted
clang-tidy fixes for c259ac4
1 parent c259ac4 commit 727169a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

misc/strong_number.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ bool isStrong(int number)
2727

2828
/* calculate factorial of n */
2929
for (int i = 1; i <= remainder; factorial *= i, i++)
30+
{
3031
;
32+
}
3133
sum += factorial;
3234
originalNumber /= 10;
3335
}

0 commit comments

Comments
 (0)