mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
Python compilation problem in X11 fixed #1372
git-svn-id: svn://ultimatepp.org/upp/trunk@9436 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
caf1f8ebf2
commit
41a3949810
2 changed files with 2 additions and 2 deletions
|
|
@ -166,7 +166,7 @@ int PythonSyntax::CalculateLineIndetations(const WString& line, Identation::Type
|
|||
|
||||
PythonSyntax::Identation::Type PythonSyntax::FindIdentationType(CodeEditor& editor, const WString& line)
|
||||
{
|
||||
Identation::Type type = Identation::None;
|
||||
Identation::Type type = Identation::Unknown;
|
||||
if(line.StartsWith("\t"))
|
||||
type = Identation::Tab;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue