gvisor/vdso
Michael Pratt 74e04506a4 Prefer Type& over Type &
And Type* over Type *. This is basically a whitespace only change.

gVisor code already prefers left-alignment of pointers and references, but
clang-format formats for consistency with the majority of a file, and some
files leaned the wrong way. This is a one-time pass to make us completely
conforming.

Autogenerated with:

$ find . \( -name "*.cc" -or -name "*.c" -or -name "*.h" \) \
    | xargs clang-format -i -style="{BasedOnStyle: Google,  \
        DerivePointerAlignment: false, PointerAlignment: Left}"

PiperOrigin-RevId: 291972421
2020-01-28 11:18:17 -08:00
..
BUILD Standardize on tools directory. 2020-01-27 12:21:00 -08:00
barrier.h
check_vdso.py
compiler.h
cycle_clock.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
seqlock.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
syscalls.h Prefer Type& over Type & 2020-01-28 11:18:17 -08:00
vdso.cc
vdso_amd64.lds
vdso_arm64.lds Allow and document bug ids in gVisor codebase. 2019-04-29 14:04:14 -07:00
vdso_time.cc
vdso_time.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00