diff options
| author | Zufu Liu <unknown> | 2019-11-02 09:34:11 +1100 | 
|---|---|---|
| committer | Zufu Liu <unknown> | 2019-11-02 09:34:11 +1100 | 
| commit | 81710a8af4768073267d6632b3133ff946c884da (patch) | |
| tree | bbf68771a3cb9259e462da042056b7649a1e5632 | |
| parent | a2558dd4d8d2546bed56667efbfb6e78977deb15 (diff) | |
| download | scintilla-mirror-81710a8af4768073267d6632b3133ff946c884da.tar.gz | |
Backport: Format code for space before class.
Backport of changeset 7755:1e3b4d4a32aa.
| -rw-r--r-- | lexers/LexHTML.cxx | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lexers/LexHTML.cxx b/lexers/LexHTML.cxx index bf4a1a32a..483ba017e 100644 --- a/lexers/LexHTML.cxx +++ b/lexers/LexHTML.cxx @@ -828,6 +828,7 @@ const char *tagsThatDoNotFold[] = {  };  } +  class LexerHTML : public DefaultLexer {  	bool isXml;  	bool isPHPScript;  | 
