Module Name:    src
Committed By:   joerg
Date:           Mon Apr 20 13:56:07 UTC 2020

Modified Files:
        src/external/bsd/tre/dist/lib: tre-match-approx.c

Log Message:
Fix indentation


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/tre/dist/lib/tre-match-approx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/tre/dist/lib/tre-match-approx.c
diff -u src/external/bsd/tre/dist/lib/tre-match-approx.c:1.6 src/external/bsd/tre/dist/lib/tre-match-approx.c:1.7
--- src/external/bsd/tre/dist/lib/tre-match-approx.c:1.6	Tue Nov 21 02:50:35 2017
+++ src/external/bsd/tre/dist/lib/tre-match-approx.c	Mon Apr 20 13:56:07 2020
@@ -759,10 +759,10 @@ tre_tnfa_run_approx(const tre_tnfa_t *tn
 			       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;

Reply via email to