aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-02-17 00:39:46 +0000
committernyamatongwe <unknown>2010-02-17 00:39:46 +0000
commit58f779b422ffbb2291364dcd5966ead10b21b087 (patch)
treefddf110012583bb00001b22648b574320f642815 /src/AutoComplete.cxx
parentd55ea76cd64ec2770d97e62ccdfcff8ccad5b43d (diff)
downloadscintilla-mirror-58f779b422ffbb2291364dcd5966ead10b21b087.tar.gz
Formatting whitespace.
Diffstat (limited to 'src/AutoComplete.cxx')
-rw-r--r--src/AutoComplete.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx
index 86c64df56..dd52410d4 100644
--- a/src/AutoComplete.cxx
+++ b/src/AutoComplete.cxx
@@ -47,8 +47,8 @@ bool AutoComplete::Active() {
return active;
}
-void AutoComplete::Start(Window &parent, int ctrlID,
- int position, Point location, int startLen_,
+void AutoComplete::Start(Window &parent, int ctrlID,
+ int position, Point location, int startLen_,
int lineHeight, bool unicodeMode) {
if (active) {
Cancel();