diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-03-16 16:57:06 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-03-16 16:57:06 +1100 |
| commit | 191d250adfd9d50846db5350641d279cad39c325 (patch) | |
| tree | 745391be4a4c56cf6823da5ac840b912ef83557d /gtk/ScintillaGTK.cxx | |
| parent | 601277bddb0a4d871b8ab90e88b5d7dfde3ec2a3 (diff) | |
| download | scintilla-mirror-191d250adfd9d50846db5350641d279cad39c325.tar.gz | |
Remove line-end white space.
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
| -rw-r--r-- | gtk/ScintillaGTK.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 6a9af496b..2dc0266fe 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -1563,7 +1563,7 @@ void ScintillaGTK::PrimarySelection(GtkWidget *, GtkSelectionData *selection_dat } } -gboolean ScintillaGTK::PrimaryClear(GtkWidget *widget, GdkEventSelection *event, ScintillaGTK *sciThis) { +gboolean ScintillaGTK::PrimaryClear(GtkWidget *widget, GdkEventSelection *event, ScintillaGTK *sciThis) { sciThis->UnclaimSelection(event); if (GTK_WIDGET_CLASS(sciThis->parentClass)->selection_clear_event) { return GTK_WIDGET_CLASS(sciThis->parentClass)->selection_clear_event(widget, event); |
