<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/291c49e9c06d7b18d279ba7200d59347e982583a">https://github.com/macports/macports-ports/commit/291c49e9c06d7b18d279ba7200d59347e982583a</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 291c49e  jtc: update patch to fix indentation
</span>291c49e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 291c49e9c06d7b18d279ba7200d59347e982583a
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Fri Oct 11 18:55:43 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    jtc: update patch to fix indentation
</span>---
 textproc/jtc/files/patch-jtc-cpp.diff | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/jtc/files/patch-jtc-cpp.diff b/textproc/jtc/files/patch-jtc-cpp.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 4c2bc0c..ca69630 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/jtc/files/patch-jtc-cpp.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/jtc/files/patch-jtc-cpp.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@
</span>                           // ready jinp_
                           jinp_.tab(opt_[CHR(OPT_IND)].hits() > 0 or not opt_[CHR(OPT_RAW)]?
 -                                    abs(opt_[CHR(OPT_IND)]): 1)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+                                    abs(static_cast<int>(opt_[CHR(OPT_IND)].hits())): 1)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++                                    abs(static_cast<int>(opt_[CHR(OPT_IND)])): 1)
</span>                                .raw(opt_[CHR(OPT_RAW)])
                                .quote_solidus(opt_[CHR(OPT_QUT)].hits() % 2 == 1);
  
</pre><pre style='margin:0'>

</pre>