]> granicus.if.org Git - clang/commitdiff
Remove accidental newline.
authorNico Weber <nicolasweber@gmx.de>
Thu, 31 Aug 2017 06:18:26 +0000 (06:18 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 31 Aug 2017 06:18:26 +0000 (06:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@312218 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/destructor.cpp

index 69d44f5c8ae4d7619723cf03c103f463971543f2..00d2fc5529783f21a7257c0c3852d41b39583174 100644 (file)
@@ -409,7 +409,6 @@ void nowarn1() {
     simple_ptr<SystemB> sb(new SystemB());
     use(*sb);
   }
-
 }
 
 void warn1() {