From 58f779b422ffbb2291364dcd5966ead10b21b087 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 17 Feb 2010 00:39:46 +0000 Subject: Formatting whitespace. --- src/CellBuffer.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/CellBuffer.cxx') diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx index be0440304..ac327dfad 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -197,7 +197,7 @@ void UndoHistory::AppendAction(actionType at, int position, char *data, int leng // Insertions must be immediately after to coalesce currentAction++; } else if (at == removeAction) { - if ((lengthData == 1) || (lengthData == 2)){ + if ((lengthData == 1) || (lengthData == 2)) { if ((position + lengthData) == actPrevious->position) { ; // Backspace -> OK } else if (position == actPrevious->position) { @@ -349,7 +349,7 @@ void CellBuffer::GetCharRange(char *buffer, int position, int lengthRetrieve) { lengthRetrieve, substance.Length()); return; } - + for (int i=0; i