Apply clang-format to folly/gen/ (partial: namespace)
authorYedidya Feldblum <yfeldblum@fb.com>
Sat, 3 Jun 2017 00:51:28 +0000 (17:51 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 3 Jun 2017 00:53:58 +0000 (17:53 -0700)
commitbbc518064c581d8b22bd4346aee001dad02cc68d
tree2283ad291ea463c7a005bae3dd5a27f2b54ca2a5
parent1b67e9aa7d339e7e79845c66906e1bd47f22cdfa
Apply clang-format to folly/gen/ (partial: namespace)

Summary:
[Folly] Apply `clang-format` to `folly/gen/` (partial: namespace).

With some manual rearrangement in the places where `clang-format` does awkward things, with the result that clang-format over `folly/gen/` becomes a no-op.

Reviewed By: Orvid

Differential Revision: D5177428

fbshipit-source-id: 17f51d00454a7be7f29dcf1a2ff3d0eaf1de72ab
15 files changed:
folly/gen/Base-inl.h
folly/gen/Base.h
folly/gen/Combine-inl.h
folly/gen/Combine.h
folly/gen/Core-inl.h
folly/gen/Core.h
folly/gen/File-inl.h
folly/gen/File.h
folly/gen/Parallel.h
folly/gen/ParallelMap-inl.h
folly/gen/ParallelMap.h
folly/gen/String-inl.h
folly/gen/String.h
folly/gen/test/BaseTest.cpp
folly/gen/test/StringBenchmark.cpp