diff options
| author | nyamatongwe <unknown> | 2012-07-04 16:00:36 +1000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2012-07-04 16:00:36 +1000 |
| commit | e0d83f4f705339ec9f0389875139392747958547 (patch) | |
| tree | 34385b5658722e88fc5fd0eb7f49b19c6adcd104 /include | |
| parent | a182dd84d9d9c70b6ed72085afc91774dbc2ff5b (diff) | |
| download | scintilla-mirror-e0d83f4f705339ec9f0389875139392747958547.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,) |
