Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SConstruct has mixed tabs and spaces #39

Closed
habamax opened this issue Feb 11, 2014 · 2 comments · Fixed by #2707
Closed

SConstruct has mixed tabs and spaces #39

habamax opened this issue Feb 11, 2014 · 2 comments · Fixed by #2707

Comments

@habamax
Copy link

habamax commented Feb 11, 2014

line 60 indented with spaces:

if (os.name=="posix"):
    pass
elif (os.name=="nt"):
    if (os.getenv("VSINSTALLDIR")==None): # <------------------ HERE
    custom_tools=['mingw']
@antarktikali
Copy link

In general there are some extra whitespaces and indentation errors in some cpp files. Maybe we should clean them up...

@akien-mga
Copy link
Member

I'll check if this is still valid nowadays, and if so propose a small PR.

akien-mga added a commit to akien-mga/godot that referenced this issue Nov 1, 2015
- Removed trailing spaces
- Made sure all indentation is done using tabs (fixes godotengine#39)
- Potentially fixed an identation issue for openssl check
lawnjelly added a commit to lawnjelly/godot that referenced this issue May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants