r190711 - Fix indentation of closing };
David Blaikie
dblaikie at gmail.com
Fri Sep 13 10:56:13 PDT 2013
Author: dblaikie
Date: Fri Sep 13 12:56:13 2013
New Revision: 190711
URL: http://llvm.org/viewvc/llvm-project?rev=190711&view=rev
Log:
Fix indentation of closing };
Modified:
cfe/trunk/include/clang/Sema/Sema.h
Modified: cfe/trunk/include/clang/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=190711&r1=190710&r2=190711&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/Sema.h (original)
+++ cfe/trunk/include/clang/Sema/Sema.h Fri Sep 13 12:56:13 2013
@@ -5425,7 +5425,7 @@ public:
/// \brief Block expression,
UPPC_Block
-};
+ };
/// \brief Diagnose unexpanded parameter packs.
///
More information about the cfe-commits
mailing list