From 01b280dbdc3856d19234bb014e255da984257ff6 Mon Sep 17 00:00:00 2001 From: jason Date: Thu, 8 Oct 2015 16:13:57 +0000 Subject: [PATCH] format git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228605 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/constexpr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/constexpr.c b/gcc/cp/constexpr.c index 0ff9b088cc26..ec9710cfbdfc 100644 --- a/gcc/cp/constexpr.c +++ b/gcc/cp/constexpr.c @@ -2505,7 +2505,7 @@ cxx_fold_indirect_ref (location_t loc, tree type, tree op0, bool *empty_base) (TREE_TYPE (field), type))) { return fold_build3 (COMPONENT_REF, type, op00, - field, NULL_TREE); + field, NULL_TREE); break; } } -- 2.47.2