[PATCH] D16513: [Unittest] Clean up formatting, NFC

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 23 11:43:36 PST 2016


JosephTremoulet created this revision.
JosephTremoulet added a reviewer: dblaikie.
JosephTremoulet added a subscriber: llvm-commits.

Use an early return to reduce indentation.
Replace the awkward in-line vector constructor call with the named
variable constructed but accidentally neglected just above.


http://reviews.llvm.org/D16513

Files:
  unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16513.45802.patch
Type: text/x-patch
Size: 5359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160123/7f9eb31f/attachment.bin>


More information about the llvm-commits mailing list