Skip to content

Commit 780a95f

Browse files
ci: format code
1 parent 7af1611 commit 780a95f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

libs/utilities.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#include <stdio.h>
22

3-
4-
5-
6-
73
int getStrLength(char* str) {
84
int length = 0;
95

@@ -15,8 +11,4 @@ int getStrLength(char* str) {
1511
return length;
1612
}
1713

18-
void sayhi(){
19-
20-
printf("hello guys");
21-
22-
}
14+
void sayhi() { printf("hello guys"); }

0 commit comments

Comments
 (0)