From 81966e31f21a009cbae89dd3f774b3a410f201e4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 17 Feb 2010 00:39:46 +0000 Subject: Formatting whitespace. --- src/DocumentAccessor.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/DocumentAccessor.h') diff --git a/src/DocumentAccessor.h b/src/DocumentAccessor.h index 899865fc1..39a0f2521 100644 --- a/src/DocumentAccessor.h +++ b/src/DocumentAccessor.h @@ -38,9 +38,9 @@ protected: void Fill(int position); public: - DocumentAccessor(Document *pdoc_, PropertyGet &props_, WindowID id_=0) : + DocumentAccessor(Document *pdoc_, PropertyGet &props_, WindowID id_=0) : Accessor(), pdoc(pdoc_), props(props_), id(id_), - lenDoc(-1), validLen(0), chFlags(0), chWhile(0), + lenDoc(-1), validLen(0), chFlags(0), chWhile(0), startSeg(0), startPosStyling(0), mask(127) { // Initialize the mask to be big enough for any lexer. } @@ -54,8 +54,8 @@ public: void Flush(); int GetLineState(int line); int SetLineState(int line, int state); - int GetPropertyInt(const char *key, int defaultValue=0) { - return props.GetInt(key, defaultValue); + int GetPropertyInt(const char *key, int defaultValue=0) { + return props.GetInt(key, defaultValue); } char *GetProperties() { return props.ToString(); -- cgit v1.2.3