Skip to content

Commit 0769be3

Browse files
authored
minor : tabs
1 parent a83aa5d commit 0769be3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ ifdef LLAMA_SERVER_VERBOSE
8080
endif
8181

8282
# warnings
83-
MK_CFLAGS += -Wall -Wextra -Wpedantic -Wcast-qual -Wdouble-promotion -Wshadow -Wstrict-prototypes -Wpointer-arith \
84-
-Wmissing-prototypes -Werror=implicit-int
83+
MK_CFLAGS += -Wall -Wextra -Wpedantic -Wcast-qual -Wdouble-promotion -Wshadow -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -Werror=implicit-int
8584
MK_CXXFLAGS += -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wno-multichar
8685

8786
# OS specific

0 commit comments

Comments
 (0)