Skip to content

Commit f61903b

Browse files
fix up alignment
1 parent 97f7183 commit f61903b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/docs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if (SPHINX_FOUND)
6363
# docgen invocation.
6464
add_custom_target(${stem_rst}
6565
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/../utils/docgen/docgen.py ${stem}.h >
66-
${CMAKE_CURRENT_BINARY_DIR}/headers/${stem}.rst)
66+
${CMAKE_CURRENT_BINARY_DIR}/headers/${stem}.rst)
6767
# depend on the docgen invocation.
6868
add_dependencies(docs-libc-html ${stem_rst})
6969
endforeach()

0 commit comments

Comments
 (0)