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/3b3e61343cc5
branches: trunk
changeset: 971291:3b3e61343cc5
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 5ddde929411e -r 3b3e61343cc5 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