diff options
author | Neil <nyamatongwe@gmail.com> | 2020-04-08 20:13:45 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-04-08 20:13:45 +1000 |
commit | 6641760f258b2fdab232b2863182b4ba91cbdfc7 (patch) | |
tree | 6ed07a09dd4151f35089e46321c06b2f4aeb76f6 | |
parent | 5ec92254c8c55fff77723eaef6afd437ab88d103 (diff) | |
download | scintilla-mirror-6641760f258b2fdab232b2863182b4ba91cbdfc7.tar.gz |
Removed superfluous space.
-rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 6e229bf37..2da3fb6c9 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1248,8 +1248,6 @@ set void SetTargetEndVirtualSpace=2730(position space,) # Get the virtual space of the target end get position GetTargetEndVirtualSpace=2731(,) - - # Sets both the start and end of the target in one call. fun void SetTargetRange=2686(position start, position end) |