Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-repo
Commits
c222090a
Commit
c222090a
authored
Aug 23, 2018
by
Samuel K. Gutierrez
Browse files
Remove mixed indentation in file.
Remove tabs and replace with spaces.
parent
d76ffe9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/poesie/package.py
View file @
c222090a
...
...
@@ -53,10 +53,9 @@ class Poesie(AutotoolsPackage):
extra_args
.
extend
([
"--enable-python"
])
if
'~python'
in
spec
:
extra_args
.
extend
([
if
'~python'
in
spec
:
extra_args
.
extend
([
"--disable-python"
])
])
return
extra_args
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment