aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-10-22 23:35:07 +0000
committernyamatongwe <unknown>2005-10-22 23:35:07 +0000
commit7a0bd2611be4943586d40ef56ef172c61da30d40 (patch)
treec2691b7fa6f63117566b6a84b21d5b962322df51 /src/KeyWords.cxx
parentbf30313575994000333abe0a4e3dd624900d398a (diff)
downloadscintilla-mirror-7a0bd2611be4943586d40ef56ef172c61da30d40.tar.gz
LexGen adds less whitespace.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r--src/KeyWords.cxx4
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_) :