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)
commit768569a70daf32ac012e717e62af3caa8b9ef254 (patch)
tree05cabc4bc3a2d3693bc3cb86095bfd3ed49068af /generic/tkTextMark.c
parent03a1644228c1aa944f69e81c9dc69c26932ed024 (diff)
parent1c2328704de32c1516e1d853f4863c6f58d03996 (diff)
downloadtk-768569a70daf32ac012e717e62af3caa8b9ef254.zip
tk-768569a70daf32ac012e717e62af3caa8b9ef254.tar.gz
tk-768569a70daf32ac012e717e62af3caa8b9ef254.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) {