mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-12-12 00:11:49 +01:00
Minor coding style fix, removed unecessary comment
Closes #1192, fixes #868
This commit is contained in:
parent
e800e7efbf
commit
32b45e16d8
@ -63,7 +63,6 @@ private:
|
|||||||
// Allowed whitespace characters in XML
|
// Allowed whitespace characters in XML
|
||||||
bool isWhitespace(int ch) { return ch == ' ' || ch == '\t' || ch == '\r' || ch == '\n'; }
|
bool isWhitespace(int ch) { return ch == ' ' || ch == '\t' || ch == '\r' || ch == '\n'; }
|
||||||
|
|
||||||
bool insideComment(int p); // added by Amy
|
|
||||||
FindResult findText(const char *text, int start, int end, int flags = 0);
|
FindResult findText(const char *text, int start, int end, int flags = 0);
|
||||||
FindResult findOpenTag(const std::string& tagName, int start, int end);
|
FindResult findOpenTag(const std::string& tagName, int start, int end);
|
||||||
FindResult findCloseTag(const std::string& tagName, int start, int end);
|
FindResult findCloseTag(const std::string& tagName, int start, int end);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user