all: run clang-format and update checked-in files
authorOlof Johansson <olof@lixom.net>
Thu, 11 Apr 2019 00:41:52 +0000 (17:41 -0700)
committerAnup Patel <anup@brainfault.org>
Wed, 24 Apr 2019 04:19:46 +0000 (09:49 +0530)
commit10baa64c02f6746fd506136e0693aa2d592574fb
treeda00e48f0cb5d1434cbc7c31bb6ca15efa7d4564
parentfbf986ac2a0b926ae97e6796b87e366610d7589e
all: run clang-format and update checked-in files

Noisy commit, no functional changes.

Generated with an current upstream clang-format and:

clang-format -i $(find . -name \*.[ch])

Signed-off-by: Olof Johansson <olof@lixom.net>
59 files changed:
firmware/payloads/test_main.c
include/sbi/riscv_asm.h
include/sbi/riscv_atomic.h
include/sbi/riscv_barrier.h
include/sbi/riscv_fp.h
include/sbi/riscv_io.h
include/sbi/riscv_locks.h
include/sbi/riscv_unpriv.h
include/sbi/sbi_bitops.h
include/sbi/sbi_bits.h
include/sbi/sbi_console.h
include/sbi/sbi_ecall.h
include/sbi/sbi_ecall_interface.h
include/sbi/sbi_emulate_csr.h
include/sbi/sbi_fifo.h
include/sbi/sbi_hart.h
include/sbi/sbi_ipi.h
include/sbi/sbi_platform.h
include/sbi/sbi_scratch.h
include/sbi/sbi_system.h
include/sbi/sbi_trap.h
include/sbi/sbi_version.h
lib/riscv_asm.c
lib/riscv_atomic.c
lib/riscv_locks.c
lib/sbi_console.c
lib/sbi_ecall.c
lib/sbi_emulate_csr.c
lib/sbi_fifo.c
lib/sbi_hart.c
lib/sbi_illegal_insn.c
lib/sbi_init.c
lib/sbi_ipi.c
lib/sbi_misaligned_ldst.c
lib/sbi_system.c
lib/sbi_timer.c
lib/sbi_trap.c
platform/common/include/plat/irqchip/plic.h
platform/common/include/plat/serial/sifive-uart.h
platform/common/include/plat/serial/uart8250.h
platform/common/include/plat/string.h
platform/common/include/plat/tinyfdt.h
platform/common/irqchip/plic.c
platform/common/libc/string.c
platform/common/libfdt/libfdt.h
platform/common/libfdt/libfdt_env.h
platform/common/serial/sifive-uart.c
platform/common/serial/uart8250.c
platform/common/sys/clint.c
platform/common/tinyfdt.c
platform/kendryte/k210/platform.c
platform/kendryte/k210/sysctl.c
platform/kendryte/k210/sysctl.h
platform/kendryte/k210/uarths.c
platform/kendryte/k210/uarths.h
platform/qemu/sifive_u/platform.c
platform/qemu/virt/platform.c
platform/sifive/fu540/platform.c
platform/template/platform.c