[cfe-dev] clang-format bug?
Thiago Farina
tfransosi at gmail.com
Sun Apr 7 17:59:23 PDT 2013
Hi,
I was running clang-format -i -style=Chromium today in one of Chromium
files (ui/base/clipboard/clipboard.h)
And it changed this:
FormatType& operator=(const FormatType& other);
To this:
FormatType& operator=(const FormatType & other);
But the former is the 'right' style for Chromium.
I don't know if if this should be filed/reported elsewhere, so excuse
me if this isn't the right place for this.
Best regards,
--
Thiago
More information about the cfe-dev
mailing list