Skip to content

Commit b1d1794

Browse files
ci: format code
1 parent b409c31 commit b1d1794

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libs/utilities.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
int getStrLength(char* str) {
33
int length = 0;
44

5-
while (*str != '\0')
6-
{
5+
while (*str != '\0') {
76
length++;
87
str++;
98
};

0 commit comments

Comments
 (0)