aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-07-24 12:49:53 +1000
committerNeil <nyamatongwe@gmail.com>2014-07-24 12:49:53 +1000
commita38715eb76de60432e14d0a1aea2e9a181ef42b4 (patch)
tree6d4ed328e373a7e8b5ef9bdaa6a124cf895b524b /src/EditView.h
parentb9c640484059259744bbdca0dfb0a3f070f46eec (diff)
downloadscintilla-mirror-a38715eb76de60432e14d0a1aea2e9a181ef42b4.tar.gz
Remove line end whitespace.
Diffstat (limited to 'src/EditView.h')
-rw-r--r--src/EditView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.h b/src/EditView.h
index 2775dac59..b136d229a 100644
--- a/src/EditView.h
+++ b/src/EditView.h
@@ -112,7 +112,7 @@ public:
int subLine, ColourOptional background);
void DrawIndentGuidesOverEmpty(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll,
int line, int lineVisible, PRectangle rcLine, int xStart, int subLine);
- void DrawLine(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, int line,
+ void DrawLine(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, int line,
int lineVisible, int xStart, PRectangle rcLine, int subLine, DrawPhase phase);
void PaintText(Surface *surfaceWindow, const EditModel &model, PRectangle rcArea, PRectangle rcClient,
const ViewStyle &vsDraw);