This is from code review comments in D95998, see https://reviews.llvm.org/D95998#2553505
comments from @ikudrin
The idea was to remove the Lo argument from MCStreamer::emitDwarfUnitLength(Hi, Lo, Comment) so that it becomes just MCStreamer::emitDwarfUnitLength(Hi, Comment).
The line contains trailing space. Please, remove.