[roll] Roll fuchsia [kernel][debug] left-align pointers and references. (format)

Fuchsia's clang format[0] has a directive to derive the source code pointer
alignment based on the most common use (`char *foo` vs `char* foo`).

The Google Style Guide[1] doesn't impose a formatting recommendation,
however, all their examples use left-aligned pointers. Based on the
recommendation of one of the owners of this file, the pointers should be
all left-aligned as well.

[0]: see .clang-format
[1]: https://google.github.io/styleguide/cppguide.html

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/468620
Original-Revision: 5b4c37b01bc8b5fca6bb35063367fb306c581f0e
GitOrigin-RevId: bd1c64978b0abe150de2af67d0e7ced0497972ff
Change-Id: If30bff35e4e2b661f05b05520675f0216da94798
1 file changed
tree: dbb6d19c157a98f2cdf969a9e3d985670097358d
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.