From 58f779b422ffbb2291364dcd5966ead10b21b087 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 17 Feb 2010 00:39:46 +0000 Subject: Formatting whitespace. --- src/DocumentAccessor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DocumentAccessor.cxx') diff --git a/src/DocumentAccessor.cxx b/src/DocumentAccessor.cxx index a25979dc2..3ea80a40b 100644 --- a/src/DocumentAccessor.cxx +++ b/src/DocumentAccessor.cxx @@ -187,7 +187,7 @@ int DocumentAccessor::IndentAmount(int line, int *flags, PFNIsCommentLeader pfnI indent += SC_FOLDLEVELBASE; // if completely empty line or the start of a comment... if ((ch == ' ' || ch == '\t' || ch == '\n' || ch == '\r') || - (pfnIsCommentLeader && (*pfnIsCommentLeader)(*this, pos, end-pos)) ) + (pfnIsCommentLeader && (*pfnIsCommentLeader)(*this, pos, end-pos))) return indent | SC_FOLDLEVELWHITEFLAG; else return indent; -- cgit v1.2.3