DescriptionFix some issues with whitespace in formatter.
1) Insert a whitespace after the forward slash of a single line comment e.g:
//hello. -> // hello.
2) Remove whitespace above the first element in a container:
struct Hello {
enum Something {
BLAH,
};
};
becomes:
struct Hello {
enum Something {
BLAH,
};
};
R=rudominer@chromium.org, rudominer
BUG= #592
Committed: https://chromium.googlesource.com/external/mojo/+/8feb9dcecaf79e92f5f9fea29cbe9091174bbe67
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 5 (2 generated)
|