diff options
| author | nyamatongwe <devnull@localhost> | 2005-10-22 23:35:07 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2005-10-22 23:35:07 +0000 | 
| commit | 0c60f90b641bd2c16529da91ecc151b123d98dec (patch) | |
| tree | c2691b7fa6f63117566b6a84b21d5b962322df51 /src | |
| parent | 83f5a42086d9db3941d12b75477f13f7f9e35655 (diff) | |
| download | scintilla-mirror-0c60f90b641bd2c16529da91ecc151b123d98dec.tar.gz | |
LexGen adds less whitespace.
Diffstat (limited to 'src')
| -rw-r--r-- | src/KeyWords.cxx | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx index afe266516..09e3f59b9 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -22,9 +22,9 @@  const LexerModule *LexerModule::base = 0;  int LexerModule::nextLanguage = SCLEX_AUTOMATIC+1; -LexerModule::LexerModule(int language_,  +LexerModule::LexerModule(int language_,  	LexerFunction fnLexer_, -	const char *languageName_,  +	const char *languageName_,  	LexerFunction fnFolder_,  	const char * const wordListDescriptions_[],  	int styleBits_) :  | 
