Skip to content

Commit ba4c5ae

Browse files
moar alignment
1 parent f61903b commit ba4c5ae

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
@@ -8,7 +8,7 @@ if (SPHINX_FOUND)
88
# want the dynamically generated .rst files to pollute the source tree.
99
add_custom_target(copy-libc-rst-docs
1010
COMMAND "${CMAKE_COMMAND}" -E copy_directory
11-
"${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_BINARY_DIR}")
11+
"${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_BINARY_DIR}")
1212

1313
# For headers that are nested in directories, we need to
1414
# `mkdir $build_dir/libc/docs/headers/$dir` since the above copy_directory

0 commit comments

Comments
 (0)