Skip to content

Commit 49bee5c

Browse files
committed
cfmt: use the Linux { a, b } decl style
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent eb596b8 commit 49bee5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ install-man: man
207207
.PHONY: cfmt
208208
cfmt: C_SRC=$(shell git ls-files '*.c' | grep -v '^vendor/')
209209
cfmt:
210-
indent -linux -l120 -il0 -ppi2 -cp1 -T size_t -T jmp_buf $(C_SRC)
210+
indent -linux -l120 -il0 -ppi2 -cp1 -sar -T size_t -T jmp_buf $(C_SRC)
211211

212212
.PHONY: shellcheck
213213
shellcheck:

0 commit comments

Comments
 (0)