mirror of
https://github.com/nfc-tools/libnfc.git
synced 2025-12-23 18:50:05 +00:00
Add indent directive in root Makefile.
This commit is contained in:
parent
0a87c18e7e
commit
d97876714c
@ -19,3 +19,7 @@ doc : Doxyfile
|
||||
|
||||
.PHONY: doc
|
||||
endif
|
||||
|
||||
INDENT_CMD = indent -br -brs -ce --line-length120 -nut -i2
|
||||
indent:
|
||||
find $(top_srcdir)/libnfc $(top_srcdir)/include $(top_srcdir)/examples -name "*.[hc]" -exec $(INDENT_CMD) '{}' \;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user