Fossil SCM
Tiniest style tweak for consistency
Commit
7ea825864da0be13199ba0741343ccbcf94d6ec496850e7e004c10d7e5137719
Parent
39a550c8d56c67b…
1 file changed
+1
-1
+1
-1
| --- src/forum.c | ||
| +++ src/forum.c | ||
| @@ -411,11 +411,11 @@ | ||
| 411 | 411 | int bSameUser; /* True if author is also the reader */ |
| 412 | 412 | int iIndent; /* Indent level */ |
| 413 | 413 | const char *zMimetype;/* Formatting MIME type */ |
| 414 | 414 | |
| 415 | 415 | /* Get the original and revised artifacts for the post. Abort if either is |
| 416 | - * not found (e.g. shunned). */ | |
| 416 | + ** not found (e.g. shunned). */ | |
| 417 | 417 | if( p->pEditHead ){ |
| 418 | 418 | pOriginal = manifest_get(p->pEditHead->fpid, CFTYPE_FORUM, 0); |
| 419 | 419 | pRevised = manifest_get(p->fpid, CFTYPE_FORUM, 0); |
| 420 | 420 | }else{ |
| 421 | 421 | pOriginal = pRevised = manifest_get(p->fpid, CFTYPE_FORUM, 0); |
| 422 | 422 |
| --- src/forum.c | |
| +++ src/forum.c | |
| @@ -411,11 +411,11 @@ | |
| 411 | int bSameUser; /* True if author is also the reader */ |
| 412 | int iIndent; /* Indent level */ |
| 413 | const char *zMimetype;/* Formatting MIME type */ |
| 414 | |
| 415 | /* Get the original and revised artifacts for the post. Abort if either is |
| 416 | * not found (e.g. shunned). */ |
| 417 | if( p->pEditHead ){ |
| 418 | pOriginal = manifest_get(p->pEditHead->fpid, CFTYPE_FORUM, 0); |
| 419 | pRevised = manifest_get(p->fpid, CFTYPE_FORUM, 0); |
| 420 | }else{ |
| 421 | pOriginal = pRevised = manifest_get(p->fpid, CFTYPE_FORUM, 0); |
| 422 |
| --- src/forum.c | |
| +++ src/forum.c | |
| @@ -411,11 +411,11 @@ | |
| 411 | int bSameUser; /* True if author is also the reader */ |
| 412 | int iIndent; /* Indent level */ |
| 413 | const char *zMimetype;/* Formatting MIME type */ |
| 414 | |
| 415 | /* Get the original and revised artifacts for the post. Abort if either is |
| 416 | ** not found (e.g. shunned). */ |
| 417 | if( p->pEditHead ){ |
| 418 | pOriginal = manifest_get(p->pEditHead->fpid, CFTYPE_FORUM, 0); |
| 419 | pRevised = manifest_get(p->fpid, CFTYPE_FORUM, 0); |
| 420 | }else{ |
| 421 | pOriginal = pRevised = manifest_get(p->fpid, CFTYPE_FORUM, 0); |
| 422 |