From 35508dddb38e44175092828e813aa73a9596a278 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 21 Apr 2014 11:56:51 +1000 Subject: Clean line end whitespace. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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. -- cgit v1.2.3