Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/tre/dist/lib Fix indentation



details:   https://anonhg.NetBSD.org/src/rev/87cb12bf8804
branches:  trunk
changeset: 931031:87cb12bf8804
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Apr 20 13:56:07 2020 +0000

description:
Fix indentation

diffstat:

 external/bsd/tre/dist/lib/tre-match-approx.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (18 lines):

diff -r a35cc4a6f747 -r 87cb12bf8804 external/bsd/tre/dist/lib/tre-match-approx.c
--- a/external/bsd/tre/dist/lib/tre-match-approx.c      Mon Apr 20 13:30:34 2020 +0000
+++ b/external/bsd/tre/dist/lib/tre-match-approx.c      Mon Apr 20 13:56:07 2020 +0000
@@ -759,10 +759,10 @@
                               default_params);
 
              /* Set the costs after this transition. */
-               memcpy(&reach_next[dest_id].costs,
-                      reach[id].costs,
-                      sizeof(reach[id].costs[0][0])
-                      * TRE_M_LAST * (depth + 1));
+             memcpy(&reach_next[dest_id].costs,
+                    reach[id].costs,
+                    sizeof(reach[id].costs[0][0])
+                    * TRE_M_LAST * (depth + 1));
              reach_next[dest_id].costs[depth][TRE_M_COST] = cost;
              reach_next[dest_id].costs[depth][TRE_M_NUM_SUBST] += err;
              reach_next[dest_id].costs[depth][TRE_M_NUM_ERR] += err;



Home | Main Index | Thread Index | Old Index