From ca1994e209d48cdb8970709cd58975388556b0b4 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 6 Dec 2013 15:26:53 -0700 Subject: [PATCH] regcomp.c: White-space only Vertically stack ? : ternary operators for better visibility --- regcomp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/regcomp.c b/regcomp.c index 0239361..ddc71ce 100644 --- a/regcomp.c +++ b/regcomp.c @@ -9335,9 +9335,9 @@ S_reg(pTHX_ RExC_state_t *pRExC_state, I32 paren, I32 *flagp,U32 depth) case '\'': /* (?'...') */ name_start= RExC_parse; svname = reg_scan_name(pRExC_state, - SIZE_ONLY ? /* reverse test from the others */ - REG_RSN_RETURN_NAME : - REG_RSN_RETURN_NULL); + SIZE_ONLY /* reverse test from the others */ + ? REG_RSN_RETURN_NAME + : REG_RSN_RETURN_NULL); if (RExC_parse == name_start || *RExC_parse != paren) vFAIL2("Sequence (?%c... not terminated", paren=='>' ? '<' : paren); -- 2.7.4