summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/maint.mk b/maint.mk
index 315b22317e..958be698e3 100644
--- a/maint.mk
+++ b/maint.mk
@@ -1208,8 +1208,8 @@ refresh-po:
INDENT_SOURCES ?= $(C_SOURCES)
.PHONY: indent
indent:
- indent $(INDENT_SOURCES)
- indent $(INDENT_SOURCES)
+ indent -nut $(INDENT_SOURCES)
+ indent -nut $(INDENT_SOURCES)
# If you want to set UPDATE_COPYRIGHT_* environment variables,
# put the assignments in this variable.