From 76519a54e3ab7a2a33aedf0a2cd8bb41804ff3d6 Mon Sep 17 00:00:00 2001 From: joris Date: Wed, 31 May 2017 16:14:37 +0000 Subject: [PATCH] fix indentation --- usr.bin/cvs/annotate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/cvs/annotate.c b/usr.bin/cvs/annotate.c index cb09f306cfe..4c84cfc1d02 100644 --- a/usr.bin/cvs/annotate.c +++ b/usr.bin/cvs/annotate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: annotate.c,v 1.67 2016/10/13 20:51:25 fcambus Exp $ */ +/* $OpenBSD: annotate.c,v 1.68 2017/05/31 16:14:37 joris Exp $ */ /* * Copyright (c) 2007 Tobias Stoeckmann * Copyright (c) 2006 Xavier Santolaria @@ -179,7 +179,7 @@ cvs_annotate_local(struct cvs_file *cf) rev = rcsnum_parse(cvs_specified_tag); if (rev == NULL) fatal("no such tag %s", cvs_specified_tag); - free(rev); + free(rev); rev = rcsnum_alloc(); rcsnum_cpy(cf->file_rcs->rf_head, rev, 0); } -- 2.20.1