From 06e9b422605fba85d91823ffc3d1251b0c0bd896 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Tue, 1 Sep 2020 22:03:32 +0000 Subject: [PATCH] nvd: clean up empty lines in .c and .h files --- sys/dev/nvd/nvd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/nvd/nvd.c b/sys/dev/nvd/nvd.c index 1e8488867844..061304471905 100644 --- a/sys/dev/nvd/nvd.c +++ b/sys/dev/nvd/nvd.c @@ -518,4 +518,3 @@ nvd_controller_fail(void *ctrlr_arg) mtx_unlock(&nvd_lock); free(ctrlr, M_NVD); } -