Allow trailing whitespace in Bug and Change-Id trailers
Allow Bug: Tnnnn and Change-Id: Ixxxx trailers to include two
optional trailing space characters. GitLab's markdown flavor treats two
trailing spaces as a line break indicator. This can be used to make
commit messages drafted as merge request descriptions look nice when
rendered as GitLab markdown when otherwise the trailer lines would all
run together.
Bug: T351253