mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-13 11:03:48 +00:00
Add indent directive in root Makefile.
This commit is contained in:
@@ -19,3 +19,7 @@ doc : Doxyfile
|
|||||||
|
|
||||||
.PHONY: doc
|
.PHONY: doc
|
||||||
endif
|
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) '{}' \;
|
||||||
|
|||||||
Reference in New Issue
Block a user