commit b6f8ed73743c1b35697d1388ae3c38f3ea67abc3
parent f20f47302ec91a25b6de145c69a5c0bd584d02aa
Author: ukai <ukai>
Date: Fri, 11 Jan 2002 03:00:16 +0000
run make indent
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/search.c b/search.c
@@ -23,8 +23,7 @@ forwardSearch(Buffer *buf, char *str)
if (l->propBuf[pos] & PC_KANJI2)
pos++;
#endif
- if (pos < l->len &&
- regexMatch(&l->lineBuf[pos], l->len - pos, 0) == 1) {
+ if (pos < l->len && regexMatch(&l->lineBuf[pos], l->len - pos, 0) == 1) {
matchedPosition(&first, &last);
buf->pos = first - l->lineBuf;
arrangeCursor(buf);