diff --git a/codecompletion/context.cpp b/codecompletion/context.cpp --- a/codecompletion/context.cpp +++ b/codecompletion/context.cpp @@ -571,4 +571,4 @@ return true; } -} \ No newline at end of file +} diff --git a/duchain/builders/declarationbuilder.h b/duchain/builders/declarationbuilder.h --- a/duchain/builders/declarationbuilder.h +++ b/duchain/builders/declarationbuilder.h @@ -73,7 +73,7 @@ go::GoFunctionDefinition* buildMethod(go::SignatureAst* node, go::BlockAst* block = nullptr, go::IdentifierAst* name = nullptr, go::GoFunctionDeclaration* pDeclaration = nullptr, const QByteArray &array = {}, const QualifiedIdentifier &identifier = {}); - + /*struct GoImport{ GoImport(bool anon, KDevelop::TopDUContext* ctx) : anonymous(anon), context(ctx) {} bool anonymous; @@ -115,14 +115,14 @@ void importThisPackage(); void importBuiltins(); bool m_export; - + //QHash m_anonymous_imports; - + bool m_preBuilding; QList m_constAutoTypes; QualifiedIdentifier m_thisPackage; QualifiedIdentifier m_switchTypeVariable; QByteArray m_lastTypeComment, m_lastConstComment; }; -#endif \ No newline at end of file +#endif diff --git a/duchain/builders/typebuilder.cpp b/duchain/builders/typebuilder.cpp --- a/duchain/builders/typebuilder.cpp +++ b/duchain/builders/typebuilder.cpp @@ -433,4 +433,4 @@ } } -} \ No newline at end of file +} diff --git a/duchain/builders/usebuilder.cpp b/duchain/builders/usebuilder.cpp --- a/duchain/builders/usebuilder.cpp +++ b/duchain/builders/usebuilder.cpp @@ -26,7 +26,8 @@ namespace go { - + + UseBuilder::UseBuilder(ParseSession* session) { setParseSession(session); diff --git a/duchain/declarations/functiondeclaration.h b/duchain/declarations/functiondeclaration.h --- a/duchain/declarations/functiondeclaration.h +++ b/duchain/declarations/functiondeclaration.h @@ -71,4 +71,4 @@ } -#endif \ No newline at end of file +#endif diff --git a/duchain/helper.cpp b/duchain/helper.cpp --- a/duchain/helper.cpp +++ b/duchain/helper.cpp @@ -242,4 +242,4 @@ } -} \ No newline at end of file +} diff --git a/duchain/tests/testduchain.h b/duchain/tests/testduchain.h --- a/duchain/tests/testduchain.h +++ b/duchain/tests/testduchain.h @@ -58,4 +58,4 @@ }; -#endif \ No newline at end of file +#endif diff --git a/parser/parsesession.h b/parser/parsesession.h --- a/parser/parsesession.h +++ b/parser/parsesession.h @@ -138,4 +138,4 @@ QList m_problems; }; -#endif \ No newline at end of file +#endif