diff options
| author | Neil <nyamatongwe@gmail.com> | 2014-04-21 11:56:51 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2014-04-21 11:56:51 +1000 |
| commit | 35508dddb38e44175092828e813aa73a9596a278 (patch) | |
| tree | 538e3a17716fff64dc6a25f45ae6b9baef47a07b | |
| parent | 87fc359f42b57db2a9ee3d3211b3e9f2fbfe09c2 (diff) | |
| download | scintilla-mirror-35508dddb38e44175092828e813aa73a9596a278.tar.gz | |
Clean line end whitespace.
| -rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 276ba8dd7..2fe27654a 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -98,7 +98,7 @@ fun void AddStyledText=2002(int length, cells c) # Insert string at a position. fun void InsertText=2003(position pos, string text) -# Change the text that is being inserted in response to SC_MOD_INSERTCHECK +# Change the text that is being inserted in response to SC_MOD_INSERTCHECK fun void ChangeInsertion=2672(int length, string text) # Delete all text in the document. |
