From 3ae71a887847db7b568ce2dfb6fdfbde42cb7bf8 Mon Sep 17 00:00:00 2001 From: Erik Moqvist Date: Thu, 21 Feb 2019 19:19:19 +0100 Subject: [PATCH] Code styling. --- detools/sais.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/detools/sais.c b/detools/sais.c index f76e955..650b49c 100644 --- a/detools/sais.c +++ b/detools/sais.c @@ -255,7 +255,8 @@ static void lms_sort_2(const void *t_p, int j; int t; int d; - int c0, c1; + int c0; + int c1; assert(c_p != b_p);