aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-11-13 07:32:24 +0000
committernyamatongwe <devnull@localhost>2001-11-13 07:32:24 +0000
commit2a01dc4b1dc4dd21ad79aab079b5c6e450729f40 (patch)
tree2fa1e05975dba75aa666d93823db6f249bb656da
parent8394931768963117ef7ce0fbd2ba9782624bb48e (diff)
downloadscintilla-mirror-2a01dc4b1dc4dd21ad79aab079b5c6e450729f40.tar.gz
Formatting.
-rw-r--r--src/ScintillaBase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx
index 4863dbcb7..831d9fc34 100644
--- a/src/ScintillaBase.cxx
+++ b/src/ScintillaBase.cxx
@@ -195,7 +195,7 @@ void ScintillaBase::AutoCompleteStart(int lenEntered, const char *list) {
pdoc->InsertString(currentPos, list + lenEntered);
SetEmptySelection(currentPos + strlen(list + lenEntered));
}
- return ;
+ return;
}
}
ac.Start(wMain, idAutoComplete, currentPos, lenEntered);