From c1410d7a90f6b9e1a221ec8a4a2a4dfb7f07b108 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Thu, 27 Jan 2011 19:12:44 +0000 Subject: [PATCH] - Remove obvious NOTREACHED comment after abort() call. - Remove redundant newline at the end of the file. MFC after: 1 week --- sbin/hastd/pjdlog.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sbin/hastd/pjdlog.c b/sbin/hastd/pjdlog.c index 2c7c36dd3297..195219b23672 100644 --- a/sbin/hastd/pjdlog.c +++ b/sbin/hastd/pjdlog.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2009-2010 The FreeBSD Foundation + * Copyright (c) 2009-2011 The FreeBSD Foundation * All rights reserved. * * This software was developed by Pawel Jakub Dawidek under sponsorship from @@ -385,6 +385,4 @@ pjdlog_verify(const char *func, const char *file, int line, failedexpr, func, file, line); } abort(); - /* NOTREACHED */ } -