mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
[format] Add correct punctuation to comment
Test commit that adds a grammatically correct full stop to a single comment. llvm-svn: 357771
This commit is contained in:
parent
a28f67c075
commit
319a18b0ba
@ -130,7 +130,7 @@ void ObjDumper::printSectionAsHex(const object::ObjectFile *Obj,
|
||||
// We are adding the (4 - i) last rows that are 8 characters each.
|
||||
// Then, the (4 - i) spaces that are in between the rows.
|
||||
// Least, if we cut in a middle of a row, we add the remaining characters,
|
||||
// which is (8 - (k * 2))
|
||||
// which is (8 - (k * 2)).
|
||||
if (i < 4)
|
||||
W.startLine() << format("%*c", (4 - i) * 8 + (4 - i) + (8 - (k * 2)),
|
||||
' ');
|
||||
|
Loading…
Reference in New Issue
Block a user