diff options
| author | nyamatongwe <devnull@localhost> | 2012-07-04 16:00:36 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2012-07-04 16:00:36 +1000 |
| commit | d433ff7d80ef15e80a71248dc1e444bfcda7122d (patch) | |
| tree | 761f757ac7a0da8237f40d4de1ac987b6a84fafc /include | |
| parent | d5fcee4c1691fcdab368768b8dfa4472bef970a3 (diff) | |
| download | scintilla-mirror-d433ff7d80ef15e80a71248dc1e444bfcda7122d.tar.gz | |
Spaced consistently. From Denis Shelomovskij.
Diffstat (limited to 'include')
| -rw-r--r-- | include/Scintilla.iface | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 7d6588616..90f4677a7 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2104,10 +2104,10 @@ get int GetSelections=2570(,) fun void ClearSelections=2571(,) # Set a simple selection -fun int SetSelection=2572(int caret,int anchor) +fun int SetSelection=2572(int caret, int anchor) # Add a selection -fun int AddSelection=2573(int caret,int anchor) +fun int AddSelection=2573(int caret, int anchor) # Set the main selection set void SetMainSelection=2574(int selection,) |
