diff options
author | nyamatongwe <unknown> | 2008-04-03 08:51:08 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2008-04-03 08:51:08 +0000 |
commit | a7bbff5ceb65e837b002899014aa37f0c4d8d439 (patch) | |
tree | 1cc782996a23b8f5b9c6bd347dfdeb3a10fc3c4b | |
parent | 7aa71813a370fb9462cdbc79cd7eeb95c4803c52 (diff) | |
download | scintilla-mirror-a7bbff5ceb65e837b002899014aa37f0c4d8d439.tar.gz |
Removed extraneous white space.
-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 757ec2e49..946da891e 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1536,7 +1536,7 @@ fun void ChooseCaretX=2399(,) # Set the focus to this Scintilla widget. fun void GrabFocus=2400(,) -enu CaretPolicy = CARET_ +enu CaretPolicy=CARET_ # Caret policy, used by SetXCaretPolicy and SetYCaretPolicy. # If CARET_SLOP is set, we can define a slop value: caretSlop. # This value defines an unwanted zone (UZ) where the caret is... unwanted. |