commit | 336363eca15545a161c47f4804b98c4743658d9d | [log] [tgz] |
---|---|---|
author | dschuyler <[email protected]> | Fri Jun 12 02:01:47 2015 |
committer | Commit bot <[email protected]> | Fri Jun 12 02:02:29 2015 |
tree | 64ebc0e80feaa8cfb5b9370024e5ce391ceba2ec | |
parent | d0702bcea3520e2f3ce751408f897b06afd9f1c0 [diff] |
reformat about_flags In the about_flags.cc file we have a large, single statement that spans ~1900 lines. Touching this statement and running clang-format causes the statement to be reformatted, which is often a much larger change than desired. Note: there should be no functionality change in this CL. This is a reformatting change only. This relates to the discussion at: https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/BPXUZCcn9hU BUG= Review URL: https://codereview.chromium.org/1181593005 Cr-Commit-Position: refs/heads/master@{#334110}