Re: [PATCH 1/5] fsmonitor: enhance existing comments
From: Junio C Hamano <hidden>
Date: 2021-09-17 06:44:26
Bagas Sanjaya [off-list ref] writes:
On 17/09/21 02.54, Jeff Hostetler via GitGitGadget wrote:quoted
- /* If we're going to check every file, ensure we save the results */ + /* + * If we're going to check every file, ensure we save + * the results. + */Why did you split the comment above?
I would guess that the reason why it is done is because the original line is overly long it (extends to 84 columns, if I am counting correctly).