From b9d86981ddbc4af3196a5156a8521bed668eed2b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 19 May 2022 19:52:53 -0600 Subject: [PATCH] Properly indent a cmake command. --- doc/doxygen/tutorial/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/tutorial/CMakeLists.txt b/doc/doxygen/tutorial/CMakeLists.txt index 8b96f00b7e..c6da5b3d42 100644 --- a/doc/doxygen/tutorial/CMakeLists.txt +++ b/doc/doxygen/tutorial/CMakeLists.txt @@ -155,8 +155,8 @@ FOREACH(_step ${_deal_ii_steps}) DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${_step}.h ${CMAKE_CURRENT_BINARY_DIR}/${_step}.${_FILE_EXTENSION} - COMMENT - "Building doxygen input file for tutorial program <${_step}>" + COMMENT + "Building doxygen input file for tutorial program <${_step}>" ) ADD_DEPENDENCIES(tutorial tutorial_${_step}) ENDFOREACH() -- 2.39.5