Skip to content

Commit 35bf1c2

Browse files
committed
Fix indentation
Signed-off-by: Nicolas Bock <[email protected]>
1 parent d34b074 commit 35bf1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ docs() {
281281
make -C "${BUILD_DIR}/docs/latex" 2>&1 | tee -a "${LOG_FILE}"
282282
check_pipe_error
283283
if test -f "${BUILD_DIR}/docs/latex/refman.pdf"; then
284-
cp -v "${BUILD_DIR}/docs/latex/refman.pdf" "${TOP_DIR}/bml-manual.pdf"
284+
cp -v "${BUILD_DIR}/docs/latex/refman.pdf" "${TOP_DIR}/bml-manual.pdf"
285285
fi
286286
}
287287

0 commit comments

Comments
 (0)