From 58f779b422ffbb2291364dcd5966ead10b21b087 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 17 Feb 2010 00:39:46 +0000 Subject: Formatting whitespace. --- src/StyleContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/StyleContext.h') 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(styler.SafeGetCharAt(pos+1)); if (styler.IsLeadByte(static_cast(chNext))) { -- cgit v1.2.3