summaryrefslogtreecommitdiffstats
path: root/generic/tkTextMark.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2012-01-26 11:38:00 (GMT)
committerfvogel <fvogelnew1@free.fr>2012-01-26 11:38:00 (GMT)
commit1f317ffa591e020c819bbe23ba46df402a1f3497 (patch)
tree05cabc4bc3a2d3693bc3cb86095bfd3ed49068af /generic/tkTextMark.c
parentf2ddcc463d985490e427b4e6f65832cc0e6d6753 (diff)
parent661228919760286f050eb857ccae46394061d81c (diff)
downloadtk-1f317ffa591e020c819bbe23ba46df402a1f3497.zip
tk-1f317ffa591e020c819bbe23ba46df402a1f3497.tar.gz
tk-1f317ffa591e020c819bbe23ba46df402a1f3497.tar.bz2
Fixed indentation.
Diffstat (limited to 'generic/tkTextMark.c')
-rw-r--r--generic/tkTextMark.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tkTextMark.c b/generic/tkTextMark.c
index 026ca33..9729449 100644
--- a/generic/tkTextMark.c
+++ b/generic/tkTextMark.c
@@ -432,11 +432,11 @@ TkTextMarkNameToIndex(
*/
if (textPtr->start != NULL) {
- start = TkBTreeLinesTo(NULL, textPtr->start);
- TkTextMakeByteIndex(textPtr->sharedTextPtr->tree, NULL, start, 0,
- &index);
- if (TkTextIndexCmp(indexPtr, &index) < 0) {
- return TCL_ERROR;
+ start = TkBTreeLinesTo(NULL, textPtr->start);
+ TkTextMakeByteIndex(textPtr->sharedTextPtr->tree, NULL, start, 0,
+ &index);
+ if (TkTextIndexCmp(indexPtr, &index) < 0) {
+ return TCL_ERROR;
}
}
if (textPtr->end != NULL) {