aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CallTip.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-05-21 10:19:14 +1000
committernyamatongwe <devnull@localhost>2011-05-21 10:19:14 +1000
commit0865a5956ebacc1e816366330a4b311065ec068d (patch)
tree0bb6da58109e866caee2627d3986f7769d6949b4 /src/CallTip.cxx
parent9ed1465a78cc69038d8a5655e6e1dba9c4258e5b (diff)
downloadscintilla-mirror-0865a5956ebacc1e816366330a4b311065ec068d.tar.gz
Code formatting normalised to standard.
Diffstat (limited to 'src/CallTip.cxx')
-rw-r--r--src/CallTip.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CallTip.cxx b/src/CallTip.cxx
index 604304bf8..cdc30fcbc 100644
--- a/src/CallTip.cxx
+++ b/src/CallTip.cxx
@@ -100,7 +100,7 @@ void CallTip::DrawChunk(Surface *surface, int &x, const char *s,
int ends[numEnds + 2];
for (int i=0; i<len; i++) {
if ((maxEnd < numEnds) &&
- (IsArrowCharacter(s[i]) || IsTabCharacter(s[i])) ) {
+ (IsArrowCharacter(s[i]) || IsTabCharacter(s[i]))) {
if (i > 0)
ends[maxEnd++] = i;
ends[maxEnd++] = i+1;