diff options
| author | nyamatongwe <devnull@localhost> | 2010-02-17 00:39:46 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-02-17 00:39:46 +0000 | 
| commit | 81966e31f21a009cbae89dd3f774b3a410f201e4 (patch) | |
| tree | fddf110012583bb00001b22648b574320f642815 /src/Selection.h | |
| parent | 827c80b678ba55806c611de6163cafa7dcf03fb8 (diff) | |
| download | scintilla-mirror-81966e31f21a009cbae89dd3f774b3a410f201e4.tar.gz | |
Formatting whitespace.
Diffstat (limited to 'src/Selection.h')
| -rw-r--r-- | src/Selection.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/Selection.h b/src/Selection.h index a3bac724a..bb2926642 100644 --- a/src/Selection.h +++ b/src/Selection.h @@ -57,7 +57,7 @@ public:  };  // Ordered range to make drawing simpler -struct SelectionSegment {	 +struct SelectionSegment {  	SelectionPosition start;  	SelectionPosition end;  	SelectionSegment() { @@ -148,7 +148,7 @@ public:  	int MainAnchor() const;  	SelectionRange &Rectangular();  	SelectionSegment Limits() const; -	// This is for when you want to move the caret in response to a  +	// This is for when you want to move the caret in response to a  	// user direction command - for rectangular selections, use the range  	// that covers all selected text otherwise return the main selection.  	SelectionSegment LimitsForRectangularElseMain() const; | 
