[PATCH] D52093: [ToolChains] Linux.cpp: Use the same style across all all multi-arch includes. NFC.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 15 14:37:12 PDT 2018


sammccall added a comment.

I don't have an opinion on the style per se, but please use clang-format. If it doesn't produce the formatting you want, then change the code so it does. (e.g. adding a trailing , at the end of an init-list will force one-per-line).


Repository:
  rC Clang

https://reviews.llvm.org/D52093





More information about the cfe-commits mailing list