From aebba786808ba97f1c476ebb537043ec7b6c1299 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 21 May 2011 10:19:14 +1000 Subject: Code formatting normalised to standard. --- src/Editor.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Editor.cxx') diff --git a/src/Editor.cxx b/src/Editor.cxx index 2fa3a4340..d1d0e7f91 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -6341,7 +6341,7 @@ void Editor::ButtonMove(Point pt) { if (hsStart != -1 && !PositionIsHotspot(movePos.Position())) SetHotSpotRange(NULL); - if (hotSpotClickPos != INVALID_POSITION && PositionFromLocation(pt,true,false) != hotSpotClickPos ) { + if (hotSpotClickPos != INVALID_POSITION && PositionFromLocation(pt,true,false) != hotSpotClickPos) { if (inDragDrop == ddNone) { DisplayCursor(Window::cursorText); } @@ -6725,7 +6725,7 @@ void Editor::ToggleContraction(int line) { } int Editor::ContractedFoldNext(int lineStart) { - for (int line = lineStart; lineLinesTotal(); ) { + for (int line = lineStart; lineLinesTotal();) { if (!cs.GetExpanded(line) && (pdoc->GetLevel(line) & SC_FOLDLEVELHEADERFLAG)) return line; line = cs.ContractedNext(line+1); -- cgit v1.2.3