1 parent b409c31 commit b1d1794Copy full SHA for b1d1794
1 file changed
libs/utilities.c
@@ -2,8 +2,7 @@
2
int getStrLength(char* str) {
3
int length = 0;
4
5
- while (*str != '\0')
6
- {
+ while (*str != '\0') {
7
length++;
8
str++;
9
};
0 commit comments