aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-modules/KDEClangFormat.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/kde-modules/KDEClangFormat.cmake b/kde-modules/KDEClangFormat.cmake
index 6d4ef0f4..7f85508b 100644
--- a/kde-modules/KDEClangFormat.cmake
+++ b/kde-modules/KDEClangFormat.cmake
@@ -54,6 +54,8 @@ function(KDE_CLANG_FORMAT)
${_file}
WORKING_DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}
+ COMMENT
+ "Formatting ${_file}..."
)
endforeach()
else()