summaryrefslogtreecommitdiff
path: root/src/gmdocument.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r--src/gmdocument.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index ae9f6d9c..e33be932 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -523,7 +523,7 @@ static void doLayout_GmDocument_(iGmDocument *d) {
523 run.flags |= quoteBorder_GmRunFlag; 523 run.flags |= quoteBorder_GmRunFlag;
524 } 524 }
525 rightMargin = (type == text_GmLineType || type == bullet_GmLineType || 525 rightMargin = (type == text_GmLineType || type == bullet_GmLineType ||
526 type == link_GmLineType || type == quote_GmLineType ? 5 : 0); 526 type == quote_GmLineType ? 4 : 0);
527 iAssert(!isEmpty_Range(&runLine)); /* must have something at this point */ 527 iAssert(!isEmpty_Range(&runLine)); /* must have something at this point */
528 while (!isEmpty_Range(&runLine)) { 528 while (!isEmpty_Range(&runLine)) {
529 run.bounds.pos = addX_I2(pos, indent * gap_Text); 529 run.bounds.pos = addX_I2(pos, indent * gap_Text);