Differences From Artifact [53bb36cde3]:
- File src/comformat.c — part of check-in [2eb492e282] at 2013-10-29 10:55:37 on branch trunk — Add option -W|--width to the "fossil timeline" and "fossil finfo" commands. Defaults to 79. (user: jan.nijtmans size: 2603) [more...]
To Artifact [ef14fd3e1d]:
- File src/comformat.c — part of check-in [45f35169f2] at 2014-01-28 08:20:05 on branch trunk — More removals of unnecessary end-of-line spaces. No change in code. (user: jan.nijtmans size: 2602) [more...]
| ︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | - + |
*/
int comment_print(const char *zText, int indent, int lineLength){
int tlen = lineLength - indent;
int si, sk, i, k;
int doIndent = 0;
char *zBuf;
char zBuffer[400];
|
| ︙ |