From a89fceb3470630d8a9210481ced30bafe421a8fa Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sat, 1 Jul 2023 10:24:07 +0000 Subject: [PATCH] Fix trailing whitespace [skip ci] --- src/Mod/TechDraw/Templates/zh_CN/landscape/README | 6 +++--- tools/build/MacOS/BUILD_OSX.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Mod/TechDraw/Templates/zh_CN/landscape/README b/src/Mod/TechDraw/Templates/zh_CN/landscape/README index c84b883d4f..594e4062d5 100644 --- a/src/Mod/TechDraw/Templates/zh_CN/landscape/README +++ b/src/Mod/TechDraw/Templates/zh_CN/landscape/README @@ -1,7 +1,7 @@ ============= English Contents ================= Author: LiFeng Date: 22,July 2020 18:16:50 (GMT +0800) -version: 0.0.2 +version: 0.0.2 There are new version templates which used by People's Republic of China national drawing standard. This version obey rules of GB/T 14689-2008. @@ -11,7 +11,7 @@ The version changed next things: 2) add some clip mark information for templates which own clip edge. The staff can using the clip mark to help do binding work for all drawing. -3) add all size landscape template files which one type owns clip edges and another type have clip edges. +3) add all size landscape template files which one type owns clip edges and another type have clip edges. 4) filename define rules changed for difference types template. The file own "_CLIP.svg" mean the template has clip edge. The one own "_NO_CLIP.svg" mean that file not has clip edge. @@ -27,7 +27,7 @@ The version changed next things: 8) Change some font size and location for title block parts than old version -9) add template version information for template. +9) add template version information for template. 10) add A4 and A3 portrait type template. The portrait type template will be used by desktop prints. diff --git a/tools/build/MacOS/BUILD_OSX.md b/tools/build/MacOS/BUILD_OSX.md index b1c21a9631..8bb5207aac 100644 --- a/tools/build/MacOS/BUILD_OSX.md +++ b/tools/build/MacOS/BUILD_OSX.md @@ -222,7 +222,7 @@ cmake \ -DBUILD_FEM=1 \ -DBUILD_TECHDRAW=0 \ -DFREECAD_USE_EXTERNAL_KDL=ON \ --DFREECAD_CREATE_MAC_APP=OFF +-DFREECAD_CREATE_MAC_APP=OFF \ -DCMAKE_PREFIX_PATH="/usr/local/opt/qt/lib/cmake;/usr/local/opt/nglib/Contents/Resources;/usr/local/opt/vtk@8.2/lib/cmake;/usr/local;" . ```