Skip to content

Commit 2082e5f

Browse files
committed
sync whitespaces in the recipes
1 parent 3b9ef6a commit 2082e5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meshing/packages/pythonutil/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Pythonutil(CMakePackage):
1515
depends_on('guitoolkitsvariables', type=('build'))
1616
depends_on('tkutil')
1717
depends_on('python', type=('build', 'link'))
18-
# On a besoin de swig >= 3.0.0 :
18+
# On a besoin de swig >= 3.0.0 :
1919
depends_on('swig@3:', type='build')
2020

2121
variant('shared', default=True, description='Creation de bibliotheques dynamiques (defaut:shared, annuler le defaut par ~shared)')

meshing/packages/qualif/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Qualif(CMakePackage):
1616
git = 'https://github.com/LIHPC-Computational-Geometry/qualif.git'
1717

1818
depends_on('cmake', type='build')
19-
# On a besoin de 7.2 <= Lima :
19+
# On a besoin de 7.2 <= Lima :
2020
depends_on('lima', type=('build', 'link'))
2121
version('2.3.6', sha256='2c2993805248d218a56334c931af575bc0b0a89e0773f2211b9f88014bd2a135')
2222
# versions below are deprecated as sources are in the infinite void of space

0 commit comments

Comments
 (0)