Fossil SCM
Minor comment reformatting.
Commit
0df4abc74b38b89264b5a3007876f12da6d512358394d2ab2f29fd3074556c4a
Parent
6e62c8510fd6171…
1 file changed
+4
-4
+4
-4
| --- src/comformat.c | ||
| +++ src/comformat.c | ||
| @@ -514,14 +514,14 @@ | ||
| 514 | 514 | ** 4. The default value COMMENT_PRINT_DEFAULT. |
| 515 | 515 | */ |
| 516 | 516 | int get_comment_format(){ |
| 517 | 517 | int comFmtFlags; |
| 518 | 518 | |
| 519 | - /* We must cache this result, else | |
| 520 | - ** running the timeline can end up querying the comment-format | |
| 521 | - ** setting from the global db once per timeline entry, which brings | |
| 522 | - ** it to a crawl if that db is network-mounted. Discussed in: | |
| 519 | + /* We must cache this result, else running the timeline can end up | |
| 520 | + ** querying the comment-format setting from the global db once per | |
| 521 | + ** timeline entry, which brings it to a crawl if that db is | |
| 522 | + ** network-mounted. Discussed in: | |
| 523 | 523 | ** https://fossil-scm.org/forum/forumpost/9aaefe4e536e01bf */ |
| 524 | 524 | |
| 525 | 525 | /* The global command-line option is present, or the value has been cached. */ |
| 526 | 526 | if( g.comFmtFlags!=COMMENT_PRINT_UNSET ){ |
| 527 | 527 | return g.comFmtFlags; |
| 528 | 528 |
| --- src/comformat.c | |
| +++ src/comformat.c | |
| @@ -514,14 +514,14 @@ | |
| 514 | ** 4. The default value COMMENT_PRINT_DEFAULT. |
| 515 | */ |
| 516 | int get_comment_format(){ |
| 517 | int comFmtFlags; |
| 518 | |
| 519 | /* We must cache this result, else |
| 520 | ** running the timeline can end up querying the comment-format |
| 521 | ** setting from the global db once per timeline entry, which brings |
| 522 | ** it to a crawl if that db is network-mounted. Discussed in: |
| 523 | ** https://fossil-scm.org/forum/forumpost/9aaefe4e536e01bf */ |
| 524 | |
| 525 | /* The global command-line option is present, or the value has been cached. */ |
| 526 | if( g.comFmtFlags!=COMMENT_PRINT_UNSET ){ |
| 527 | return g.comFmtFlags; |
| 528 |
| --- src/comformat.c | |
| +++ src/comformat.c | |
| @@ -514,14 +514,14 @@ | |
| 514 | ** 4. The default value COMMENT_PRINT_DEFAULT. |
| 515 | */ |
| 516 | int get_comment_format(){ |
| 517 | int comFmtFlags; |
| 518 | |
| 519 | /* We must cache this result, else running the timeline can end up |
| 520 | ** querying the comment-format setting from the global db once per |
| 521 | ** timeline entry, which brings it to a crawl if that db is |
| 522 | ** network-mounted. Discussed in: |
| 523 | ** https://fossil-scm.org/forum/forumpost/9aaefe4e536e01bf */ |
| 524 | |
| 525 | /* The global command-line option is present, or the value has been cached. */ |
| 526 | if( g.comFmtFlags!=COMMENT_PRINT_UNSET ){ |
| 527 | return g.comFmtFlags; |
| 528 |