From 656da782e0810ea90016c818b40c9305dc783966 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 18 Apr 2003 01:56:45 +0000 Subject: Added line end at end of file. --- src/ExternalLexer.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/ExternalLexer.cxx b/src/ExternalLexer.cxx index 531e258f2..88be76f24 100644 --- a/src/ExternalLexer.cxx +++ b/src/ExternalLexer.cxx @@ -5,10 +5,10 @@ // Copyright 2001 Simon Steele , portions copyright Neil Hodgson. // The License.txt file describes the conditions under which this software may be distributed. -#include -#include +#include +#include #include -#include +#include #include "Platform.h" @@ -63,8 +63,8 @@ void ExternalLexerModule::Lex(unsigned int startPos, int lengthDoc, int initStyl char **kwds = WordListsToStrings(keywordlists); char *ps = styler.GetProperties(); - - // The accessor passed in is always a DocumentAccessor so this cast and the subsequent + + // The accessor passed in is always a DocumentAccessor so this cast and the subsequent // access will work. Can not use the stricter dynamic_cast as that requires RTTI. DocumentAccessor &da = static_cast(styler); WindowID wID = da.GetWindow(); @@ -82,8 +82,8 @@ void ExternalLexerModule::Fold(unsigned int startPos, int lengthDoc, int initSty char **kwds = WordListsToStrings(keywordlists); char *ps = styler.GetProperties(); - - // The accessor passed in is always a DocumentAccessor so this cast and the subsequent + + // The accessor passed in is always a DocumentAccessor so this cast and the subsequent // access will work. Can not use the stricter dynamic_cast as that requires RTTI. DocumentAccessor &da = static_cast(styler); WindowID wID = da.GetWindow(); @@ -253,4 +253,4 @@ LMMinder::~LMMinder() LexerManager::DeleteInstance(); } -LMMinder minder; \ No newline at end of file +LMMinder minder; -- cgit v1.2.3