Split at 75 characters isntead of 78

Splitting at 78 characters produces strings that are too long when the
leading space/tab and the trailing CRLF are added. Split at 75
characters instead, which gives us a total length of 78, leading space
and CRLF included.

Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
1 file changed