]> granicus.if.org Git - onig/commitdiff
fix indent
authorK.Kosako <kosako@sofnec.co.jp>
Wed, 2 Aug 2017 05:53:12 +0000 (14:53 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Wed, 2 Aug 2017 05:53:12 +0000 (14:53 +0900)
src/regexec.c

index 006c3de7ae675740333adaefe608689b8ef82d18..a2340e565e328cfe8f4777c4328ebe917b10b143 100644 (file)
@@ -3788,7 +3788,7 @@ onig_search(regex_t* reg, const UChar* str, const UChar* end,
 
     end_buf:
       if ((OnigLen )(max_semi_end - str) < reg->anchor_dmin)
-       goto mismatch_no_msa;
+        goto mismatch_no_msa;
 
       if (range > start) {
         if ((OnigLen )(min_semi_end - start) > reg->anchor_dmax) {