aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/StyleContext.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-02-17 00:39:46 +0000
committernyamatongwe <unknown>2010-02-17 00:39:46 +0000
commit58f779b422ffbb2291364dcd5966ead10b21b087 (patch)
treefddf110012583bb00001b22648b574320f642815 /src/StyleContext.h
parentd55ea76cd64ec2770d97e62ccdfcff8ccad5b43d (diff)
downloadscintilla-mirror-58f779b422ffbb2291364dcd5966ead10b21b087.tar.gz
Formatting whitespace.
Diffstat (limited to 'src/StyleContext.h')
-rw-r--r--src/StyleContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StyleContext.h b/src/StyleContext.h
index 9342ebd68..a2e058a70 100644
--- a/src/StyleContext.h
+++ b/src/StyleContext.h
@@ -16,7 +16,7 @@ namespace Scintilla {
class StyleContext {
Accessor &styler;
unsigned int endPos;
- StyleContext& operator=(const StyleContext&);
+ StyleContext &operator=(const StyleContext &);
void GetNextChar(unsigned int pos) {
chNext = static_cast<unsigned char>(styler.SafeGetCharAt(pos+1));
if (styler.IsLeadByte(static_cast<char>(chNext))) {