Fix various trailing whitespace issues

This commit is contained in:
luzpaz
2023-02-16 13:52:44 +00:00
committed by WandererFan
parent 08214d9ec3
commit 08b3bf4462
13 changed files with 60 additions and 60 deletions

View File

@@ -2,8 +2,8 @@
#***************************************************************************
#* *
#* Copyright (c) 2012 *
#* Yorik van Havre <yorik@uncreated.net> *
#* Copyright (c) 2012 *
#* Yorik van Havre <yorik@uncreated.net> *
#* *
#* This program is free software; you can redistribute it and/or modify *
#* it under the terms of the GNU Lesser General Public License (LGPL) *
@@ -52,7 +52,7 @@ if os.path.exists(os.path.abspath(os.path.join(os.environ["HOME"],"FreeCAD/lib")
elif commands.getstatusoutput("locate FreeCAD/lib")[0] == 0:
path = commands.getstatusoutput("locate FreeCAD/lib")[1].split()[0]
sys.path.append(path)
# locate TemplatePyMod
if commands.getstatusoutput("locate TemplatePyMod")[0] == 0:
path = commands.getstatusoutput("locate TemplatePyMod")[1].split()[0]

View File

@@ -146,7 +146,7 @@ file(GLOB CONFIG_GCC "${HOMEBREW_PREFIX}/opt/gcc/lib/gcc/current")
execute_process(
COMMAND find -L /usr/local/Cellar/nglib -name MacOS
OUTPUT_VARIABLE CONFIG_NGLIB)
install(CODE
"message(STATUS \"Making bundle relocatable...\")
# The top-level CMakeLists.txt should prevent multiple package manager

View File

@@ -12,7 +12,7 @@ IDI_ICON1 ICON DISCARDABLE "icon.ico"
// File info for the FreeCAD.exe
//
1 VERSIONINFO
1 VERSIONINFO
FILEVERSION ${PACKAGE_VERSION_MAJOR},${PACKAGE_VERSION_MINOR},${PACKAGE_VERSION_PATCH},${PACKAGE_BUILD_VERSION}
BEGIN
BLOCK "StringFileInfo"

View File

@@ -12,7 +12,7 @@ IDI_ICON1 ICON DISCARDABLE "icon.ico"
// File info for the FreeCADCmd.exe
//
1 VERSIONINFO
1 VERSIONINFO
FILEVERSION ${PACKAGE_VERSION_MAJOR},${PACKAGE_VERSION_MINOR},${PACKAGE_VERSION_PATCH},${PACKAGE_BUILD_VERSION}
BEGIN
BLOCK "StringFileInfo"

View File

@@ -253,7 +253,7 @@ def getDefaultIcon():
def buildCard(filename,method,arg=None):
"""builds an html <li> element representing a file.
"""builds an html <li> element representing a file.
method is a script + a keyword, for ex. url.py?key="""
result = ""

View File

@@ -115,7 +115,7 @@ class TaskHoleShaftFit:
rangeValues = iso.getValues()
mainFormat = dim.FormatSpec
dim.FormatSpec = mainFormat+selectedField
dim.EqualTolerance = False
dim.EqualTolerance = False
dim.FormatSpecOverTolerance = '(%+.3f)'
dim.OverTolerance = rangeValues[0]
dim.UnderTolerance = rangeValues[1]