[uselistorder] Insert blank line, NFC
authorVedant Kumar <vsk@apple.com>
Tue, 13 Oct 2015 21:51:02 +0000 (21:51 +0000)
committerVedant Kumar <vsk@apple.com>
Tue, 13 Oct 2015 21:51:02 +0000 (21:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250231 91177308-0d34-0410-b5e6-96231b3b80d8

tools/verify-uselistorder/verify-uselistorder.cpp

index efa4bcbe1aaa21827fd1fe6aa8931548492807df..c3fec1326acb0d4000319e8df9438447139d918c 100644 (file)
@@ -346,6 +346,7 @@ static void verifyAfterRoundTrip(const Module &M,
   if (!matches(ValueMapping(M), ValueMapping(*OtherM)))
     report_fatal_error("use-list order changed");
 }
+
 static void verifyBitcodeUseListOrder(const Module &M) {
   TempFile F;
   if (F.init("bc"))