diff options
| author | nyamatongwe <unknown> | 2010-02-17 00:39:46 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2010-02-17 00:39:46 +0000 |
| commit | 58f779b422ffbb2291364dcd5966ead10b21b087 (patch) | |
| tree | fddf110012583bb00001b22648b574320f642815 /src/DocumentAccessor.h | |
| parent | d55ea76cd64ec2770d97e62ccdfcff8ccad5b43d (diff) | |
| download | scintilla-mirror-58f779b422ffbb2291364dcd5966ead10b21b087.tar.gz | |
Formatting whitespace.
Diffstat (limited to 'src/DocumentAccessor.h')
| -rw-r--r-- | src/DocumentAccessor.h | 8 |
1 files changed, 4 insertions, 4 deletions
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(); |
