This patch does not affect any functionality but helps editors to auto-indent the code below that statement correctly. Signed-off-by: Bart Van Assche <bart.vanassche@xxxxxxxxxxx> --- libmultipath/checkers/tur.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmultipath/checkers/tur.c b/libmultipath/checkers/tur.c index 67933cb..3f97f2a 100644 --- a/libmultipath/checkers/tur.c +++ b/libmultipath/checkers/tur.c @@ -215,7 +215,7 @@ static void *tur_thread(void *ctx) ct->message[0] = '\0'; /* This thread can be canceled, so setup clean up */ - tur_thread_cleanup_push(ct) + tur_thread_cleanup_push(ct); /* TUR checker start up */ pthread_mutex_lock(&ct->lock); -- 2.10.0 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel