]> granicus.if.org Git - clang/commitdiff
Fix indentation of closing };
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 13 Sep 2013 17:56:13 +0000 (17:56 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 13 Sep 2013 17:56:13 +0000 (17:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190711 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index 2e45f70a41f283b59ff82ebc4e29ac01afe24b16..d6ce4d932eff036a833af1ed39d0e45d03090ea7 100644 (file)
@@ -5425,7 +5425,7 @@ public:
 
     /// \brief Block expression,
     UPPC_Block
-};
+  };
 
   /// \brief Diagnose unexpanded parameter packs.
   ///