[GIT PULL] clang-format for v5.7-rc3
From: Miguel Ojeda
Date: Mon Apr 20 2020 - 15:09:50 EST
Hi Linus,
The usual update for clang-format plus a requested C++ formatting change
(to align it with one of the C++ files we have).
Cheers,
Miguel
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:
Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)
are available in the Git repository at:
https://github.com/ojeda/linux.git tags/clang-format-for-linus-v5.7-rc3
for you to fetch changes up to 5d65a0218fee471e2cd512a8139ec857183b4721:
clang-format: Update with the latest for_each macro list (2020-04-18 13:49:33 +0200)
----------------------------------------------------------------
Two trivial clang-format changes:
- Don't indent C++ namespaces (Ian Rogers)
- The usual clang-format macro list update (Miguel Ojeda)
----------------------------------------------------------------
Ian Rogers (1):
clang-format: don't indent namespaces
Miguel Ojeda (1):
clang-format: Update with the latest for_each macro list
.clang-format | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)